Html Css Color HEX #020EEB Blue

📋 copy color: '#020EEB'

red 2 ◦ green 14 ◦ blue 235

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

Shades of Blue #020EEB

Tints of Blue #020EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

 BLUE value IS 235 (92.19% from 255) = 93.63%

R = 0.8%
G = 5.58%
B = 93.63%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#020EEB (or 0x020EEB) is known color: Blue. HEX triplet: 02, 0E and EB. RGB value is (2,14,235). Sum of RGB (Red+Green+Blue) = 2+14+235=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 235 (92.19% from 255 or 93.63% from 251); Max value from RGB is 235 - color contains mainly: blue. Hex color #020EEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EEB is #FDF114. Grayscale: #222222. Windows color (decimal): -16642325 or 15404546. OLE color: 15404546.

HSL color Cylindrical-coordinate representation of color #020EEB: hue angle of 236.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EEB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 14 235 -
CMYK 0.99 0.94 0 0.08
HSL 236.91º 0.98% 0.46% -
HSV(B) 236.91º 0.99% 0.92% -
XYZ 15.18 6.33 79.02 -
YUV 35.61 240.52 104.03 -
System Red Green Blue C M Y K H S L
Decimal 2 14 235 0.99 0.94 0 0.08 236.91 0.98 0.46
Hex 2 E EB 63 5E 0 8 ED 62 2E
Octal 2 16 353 143 136 0 10 355 142 56
Binary 10 1110 11101011 1100011 1011110 0 1000 11101101 1100010 101110

Color Harmonies of #020EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EEB

Black with #020EEB

Text Example


Text Example

White with #020EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,235); }

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

background-color css

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

 a { background-color: rgb(2,14,235); }

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

border-color css

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

 span { border-color: rgb(2,14,235); }

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