Html Css Color HEX #020ECB Medium Blue

📋 copy color: '#020ECB'

red 2 ◦ green 14 ◦ blue 203

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

Shades of Medium Blue #020ECB

Tints of Medium Blue #020ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 92.69%

R = 0.91%
G = 6.39%
B = 92.69%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#020ECB (or 0x020ECB) is known color: Medium Blue. HEX triplet: 02, 0E and CB. RGB value is (2,14,203). Sum of RGB (Red+Green+Blue) = 2+14+203=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 203 (79.69% from 255 or 92.69% from 219); Max value from RGB is 203 - color contains mainly: blue. Hex color #020ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ECB is #FDF134. Grayscale: #1F1F1F. Windows color (decimal): -16642357 or 13307394. OLE color: 13307394.

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

Color convert

RGB 2 14 203 -
CMYK 0.99 0.93 0 0.20
HSL 236.42º 0.98% 0.4% -
HSV(B) 236.42º 0.99% 0.8% -
XYZ 10.96 4.64 56.82 -
YUV 31.96 224.52 106.63 -
System Red Green Blue C M Y K H S L
Decimal 2 14 203 0.99 0.93 0 0.20 236.42 0.98 0.4
Hex 2 E CB 63 5D 0 14 EC 62 28
Octal 2 16 313 143 135 0 24 354 142 50
Binary 10 1110 11001011 1100011 1011101 0 10100 11101100 1100010 101000

Color Harmonies of #020ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ECB

Black with #020ECB

Text Example


Text Example

White with #020ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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