Html Css Color HEX #020ACE Medium Blue

📋 copy color: '#020ACE'

red 2 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #020ACE

Tints of Medium Blue #020ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

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

R = 0.92%
G = 4.59%
B = 94.5%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#020ACE (or 0x020ACE) is known color: Medium Blue. HEX triplet: 02, 0A and CE. RGB value is (2,10,206). Sum of RGB (Red+Green+Blue) = 2+10+206=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 206 (80.86% from 255 or 94.50% from 218); Max value from RGB is 206 - color contains mainly: blue. Hex color #020ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ACE is #FDF531. Grayscale: #1D1D1D. Windows color (decimal): -16643378 or 13502978. OLE color: 13502978.

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

Color convert

RGB 2 10 206 -
CMYK 0.99 0.95 0 0.19
HSL 237.65º 0.98% 0.41% -
HSV(B) 237.65º 0.99% 0.81% -
XYZ 11.27 4.69 58.7 -
YUV 29.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 2 10 206 0.99 0.95 0 0.19 237.65 0.98 0.41
Hex 2 A CE 63 5F 0 13 EE 62 29
Octal 2 12 316 143 137 0 23 356 142 51
Binary 10 1010 11001110 1100011 1011111 0 10011 11101110 1100010 101001

Color Harmonies of #020ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ACE

Black with #020ACE

Text Example


Text Example

White with #020ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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