Html Css Color HEX #020CCE Medium Blue

📋 copy color: '#020CCE'

red 2 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #020CCE

Tints of Medium Blue #020CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 93.64%

R = 0.91%
G = 5.45%
B = 93.64%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#020CCE (or 0x020CCE) is known color: Medium Blue. HEX triplet: 02, 0C and CE. RGB value is (2,12,206). Sum of RGB (Red+Green+Blue) = 2+12+206=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #020CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CCE is #FDF331. Grayscale: #1E1E1E. Windows color (decimal): -16642866 or 13503490. OLE color: 13503490.

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

Color convert

RGB 2 12 206 -
CMYK 0.99 0.94 0 0.19
HSL 237.06º 0.98% 0.41% -
HSV(B) 237.06º 0.99% 0.81% -
XYZ 11.3 4.73 58.71 -
YUV 31.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 2 12 206 0.99 0.94 0 0.19 237.06 0.98 0.41
Hex 2 C CE 63 5E 0 13 ED 62 29
Octal 2 14 316 143 136 0 23 355 142 51
Binary 10 1100 11001110 1100011 1011110 0 10011 11101101 1100010 101001

Color Harmonies of #020CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CCE

Black with #020CCE

Text Example


Text Example

White with #020CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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