COLOR #0265D4

HEX: #0265D4
RGB: (2,101,212)

Color info

#0265D4 contains mainly blue color. Web safe color of #0265D4 is #0066CC (or #06C).

RGB color model

#0265D4 color RGB value is (2,101,212).

  • red value is 2;
  • green value is 101;
  • blue value is 212.
RGB:
(2,101,212)
(1%,40%,83%)

RGB channels and saturation

R 2 of 255 = 1%
G 101 of 255 = 40%
B 212 of 255 = 83%

2
101
212

R + G + B ~ 41%. #0265D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 101 + 212 = 315 (100%)
R 2 of 315 ~ 0.63%
G 101 of 315 ~ 32.06%
B 212 of 315 ~ 67.3%

%32.06
%67.3

CMYK color model

#0265D4 color CMYK value is (99,52,0,17).

  • cyan value is 99.06%
  • magenta value is 52.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(99,52,0,17)
C99M52Y0K17 
(99%,52%,0%,17%)
(0.99/0.52/0.00/0.17)	

CMYK percentages

%99.06
%52.36
%0
%16.86

Codes

Color #0265D4 in popluar color models

0265D4
RGB2101212
HSL212°98.13%41.96%
HSB/HSV212°99.06%83.14%
CMYK99.06%52.36%0.00%
16.86%

Color #0265D4 in popluar number systems.

HEX0265D4
Decimal2101212
Binary10110010111010100
Octal2145324

Shades and tints

Shades of #0265D4

#0265D4
(2,101,212)
#025CC1
(2,92,193)
#0253AE
(2,83,174)
#024A9B
(2,74,155)
#024188
(2,65,136)
#023875
(2,56,117)
#022F62
(2,47,98)
#02264F
(2,38,79)
#021D3C
(2,29,60)
#021429
(2,20,41)
#020B16
(2,11,22)
#000000
(0,0,0)

Tints of #0265D4

#0265D4
(2,101,212)
#1973D7
(25,115,215)
#3081DA
(48,129,218)
#478FDD
(71,143,221)
#5E9DE0
(94,157,224)
#75ABE3
(117,171,227)
#8CB9E6
(140,185,230)
#A3C7E9
(163,199,233)
#BAD5EC
(186,213,236)
#D1E3EF
(209,227,239)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0265D4 color. Also use rgb(2,101,212) instead hex code.

Text Font Color

.myTextColor { color: #0265D4; }

<p style="color:#0265D4">This sample text font color is #0265D4.</p>

This text font color is #0265D4.


Background Color

.myBgColor { background-color: #0265D4; }

<div style="background-color:#0265D4">Inner text</div>

This div background color is #0265D4.


Border color

.myBorderColor { border: 1px solid #0265D4; }

<div style="border:3px solid #0265D4">Div</div>

This div border color is #0265D4.


Opacity

.myOpacity80 { color: #0265D4; opacity: 0.8; }

<p style="color:#0265D4;opacity:0.8;">80%</p>

Text with #0265D4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0265D4;}

<p style="text-shadow: 3px 3px 1px #0265D4">Text here.</p>

This text has shadow with #0265D4 color.

.textShadow {text-shadow: 3px 3px 1px #0265D4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0265D4, 5px 5px 20px red">Text here.</p>

This text has shadow with #0265D4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0265D4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0265D4, Direction=45, Strength=4)">Text</p>

This text has shadow with #0265D4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0265D4;
  -webkit-box-shadow:	1px 1px 3px 2px #0265D4;
  box-shadow:		1px 1px 3px 2px #0265D4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0265D4;
-webkit-box-shadow: 1px 1px 3px 2px #0265D4;
box-shadow:1px 1px 3px 2px #0265D4;">
Div content here</div>
This div box has shadow with color #0265D4.

Preview

Color preview on black background

This text has color #0265D4 on black background.


Color preview on white background

This text has color #0265D4 on white background.



Black color preview on #0265D4 background

This text has black color on #0265D4 background.


White color preview on #0265D4 background

This text has white color on #0265D4 background.