Html Css Color HEX #020EED Blue

📋 copy color: '#020EED'

red 2 ◦ green 14 ◦ blue 237

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

Shades of Blue #020EED

Tints of Blue #020EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 93.68%

R = 0.79%
G = 5.53%
B = 93.68%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#020EED (or 0x020EED) is known color: Blue. HEX triplet: 02, 0E and ED. RGB value is (2,14,237). Sum of RGB (Red+Green+Blue) = 2+14+237=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 237 (92.97% from 255 or 93.68% from 253); Max value from RGB is 237 - color contains mainly: blue. Hex color #020EED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EED is #FDF112. Grayscale: #222222. Windows color (decimal): -16642323 or 15535618. OLE color: 15535618.

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

Color convert

RGB 2 14 237 -
CMYK 0.99 0.94 0 0.07
HSL 236.94º 0.98% 0.47% -
HSV(B) 236.94º 0.99% 0.93% -
XYZ 15.47 6.44 80.55 -
YUV 35.83 241.52 103.87 -
System Red Green Blue C M Y K H S L
Decimal 2 14 237 0.99 0.94 0 0.07 236.94 0.98 0.47
Hex 2 E ED 63 5E 0 7 ED 62 2F
Octal 2 16 355 143 136 0 7 355 142 57
Binary 10 1110 11101101 1100011 1011110 0 111 11101101 1100010 101111

Color Harmonies of #020EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EED

Black with #020EED

Text Example


Text Example

White with #020EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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