Html Css Color HEX #020EC2 Medium Blue

📋 copy color: '#020EC2'

red 2 ◦ green 14 ◦ blue 194

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

Shades of Medium Blue #020EC2

Tints of Medium Blue #020EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 92.38%

R = 0.95%
G = 6.67%
B = 92.38%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#020EC2 (or 0x020EC2) is known color: Medium Blue. HEX triplet: 02, 0E and C2. RGB value is (2,14,194). Sum of RGB (Red+Green+Blue) = 2+14+194=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 194 (76.17% from 255 or 92.38% from 210); Max value from RGB is 194 - color contains mainly: blue. Hex color #020EC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EC2 is #FDF13D. Grayscale: #1E1E1E. Windows color (decimal): -16642366 or 12717570. OLE color: 12717570.

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

Color convert

RGB 2 14 194 -
CMYK 0.99 0.93 0 0.24
HSL 236.25º 0.98% 0.38% -
HSV(B) 236.25º 0.99% 0.76% -
XYZ 9.92 4.22 51.33 -
YUV 30.93 220.02 107.36 -
System Red Green Blue C M Y K H S L
Decimal 2 14 194 0.99 0.93 0 0.24 236.25 0.98 0.38
Hex 2 E C2 63 5D 0 18 EC 62 26
Octal 2 16 302 143 135 0 30 354 142 46
Binary 10 1110 11000010 1100011 1011101 0 11000 11101100 1100010 100110

Color Harmonies of #020EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EC2

Black with #020EC2

Text Example


Text Example

White with #020EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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