Html Css Color HEX #020AC9 Medium Blue

📋 copy color: '#020AC9'

red 2 ◦ green 10 ◦ blue 201

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

Shades of Medium Blue #020AC9

Tints of Medium Blue #020AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 94.37%

R = 0.94%
G = 4.69%
B = 94.37%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#020AC9 (or 0x020AC9) is known color: Medium Blue. HEX triplet: 02, 0A and C9. RGB value is (2,10,201). Sum of RGB (Red+Green+Blue) = 2+10+201=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 201 (78.91% from 255 or 94.37% from 213); Max value from RGB is 201 - color contains mainly: blue. Hex color #020AC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020AC9 is #FDF536. Grayscale: #1C1C1C. Windows color (decimal): -16643383 or 13175298. OLE color: 13175298.

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

Color convert

RGB 2 10 201 -
CMYK 0.99 0.95 0 0.21
HSL 237.59º 0.98% 0.4% -
HSV(B) 237.59º 0.99% 0.79% -
XYZ 10.68 4.45 55.55 -
YUV 29.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 2 10 201 0.99 0.95 0 0.21 237.59 0.98 0.4
Hex 2 A C9 63 5F 0 15 EE 62 28
Octal 2 12 311 143 137 0 25 356 142 50
Binary 10 1010 11001001 1100011 1011111 0 10101 11101110 1100010 101000

Color Harmonies of #020AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020AC9

Black with #020AC9

Text Example


Text Example

White with #020AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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