Html Css Color HEX #020BE6 Blue

📋 copy color: '#020BE6'

red 2 ◦ green 11 ◦ blue 230

#020BE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #020BE6

Tints of Blue #020BE6

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

 GREEN value IS 11 (4.69% from 255) = 4.53%

 BLUE value IS 230 (90.23% from 255) = 94.65%

R = 0.82%
G = 4.53%
B = 94.65%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#020BE6 (or 0x020BE6) is known color: Blue. HEX triplet: 02, 0B and E6. RGB value is (2,11,230). Sum of RGB (Red+Green+Blue) = 2+11+230=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 230 (90.23% from 255 or 94.65% from 243); Max value from RGB is 230 - color contains mainly: blue. Hex color #020BE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BE6 is #FDF419. Grayscale: #202020. Windows color (decimal): -16643098 or 15076098. OLE color: 15076098.

HSL color Cylindrical-coordinate representation of color #020BE6: hue angle of 237.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BE6 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 11 230 -
CMYK 0.99 0.95 0 0.10
HSL 237.63º 0.98% 0.45% -
HSV(B) 237.63º 0.99% 0.9% -
XYZ 14.43 5.97 75.25 -
YUV 33.28 239.02 105.69 -
System Red Green Blue C M Y K H S L
Decimal 2 11 230 0.99 0.95 0 0.10 237.63 0.98 0.45
Hex 2 B E6 63 5F 0 A EE 62 2D
Octal 2 13 346 143 137 0 12 356 142 55
Binary 10 1011 11100110 1100011 1011111 0 1010 11101110 1100010 101101

Color Harmonies of #020BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BE6

Black with #020BE6

Text Example


Text Example

White with #020BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020BE6; }

 p { color: rgb(2,11,230); }

 H1.HeaderClassName
 {
   color: #020BE6;
 }
 .AnyTagClassName
 {
   color: #020BE6;
 }
</style>

background-color css

<style>
 a { background-color: #020BE6; }

 a { background-color: rgb(2,11,230); }

 div.DivClassName
 {
   background-color: #020BE6;
 }
 .BgClassName
 {
   background-color: #020BE6;
 }
</style>

border-color css

<style>
 span { border-color: #020BE6; }

 span { border-color: rgb(2,11,230); }

 td.TdClassName
 {
   border-color: #020BE6;
 }
 .TagClassName
 {
   border-color: #020BE6;
 }
</style>