Html Css Color HEX #020CED Blue

📋 copy color: '#020CED'

red 2 ◦ green 12 ◦ blue 237

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

Shades of Blue #020CED

Tints of Blue #020CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

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

R = 0.8%
G = 4.78%
B = 94.42%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#020CED (or 0x020CED) is known color: Blue. HEX triplet: 02, 0C and ED. RGB value is (2,12,237). Sum of RGB (Red+Green+Blue) = 2+12+237=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 237 (92.97% from 255 or 94.42% from 251); Max value from RGB is 237 - color contains mainly: blue. Hex color #020CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CED is #FDF312. Grayscale: #212121. Windows color (decimal): -16642835 or 15535106. OLE color: 15535106.

HSL color Cylindrical-coordinate representation of color #020CED: hue angle of 237.45º 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 #020CED is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 12 237 -
CMYK 0.99 0.95 0 0.07
HSL 237.45º 0.98% 0.47% -
HSV(B) 237.45º 0.99% 0.93% -
XYZ 15.44 6.39 80.54 -
YUV 34.66 242.19 104.7 -
System Red Green Blue C M Y K H S L
Decimal 2 12 237 0.99 0.95 0 0.07 237.45 0.98 0.47
Hex 2 C ED 63 5F 0 7 ED 62 2F
Octal 2 14 355 143 137 0 7 355 142 57
Binary 10 1100 11101101 1100011 1011111 0 111 11101101 1100010 101111

Color Harmonies of #020CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CED

Black with #020CED

Text Example


Text Example

White with #020CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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