Html Css Color HEX #020CB9 Medium Blue

📋 copy color: '#020CB9'

red 2 ◦ green 12 ◦ blue 185

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

Shades of Medium Blue #020CB9

Tints of Medium Blue #020CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 92.96%

R = 1.01%
G = 6.03%
B = 92.96%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#020CB9 (or 0x020CB9) is known color: Medium Blue. HEX triplet: 02, 0C and B9. RGB value is (2,12,185). Sum of RGB (Red+Green+Blue) = 2+12+185=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 185 (72.66% from 255 or 92.96% from 199); Max value from RGB is 185 - color contains mainly: blue. Hex color #020CB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CB9 is #FDF346. Grayscale: #1C1C1C. Windows color (decimal): -16642887 or 12127234. OLE color: 12127234.

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

Color convert

RGB 2 12 185 -
CMYK 0.99 0.94 0 0.27
HSL 236.72º 0.98% 0.37% -
HSV(B) 236.72º 0.99% 0.73% -
XYZ 8.91 3.78 46.16 -
YUV 28.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 2 12 185 0.99 0.94 0 0.27 236.72 0.98 0.37
Hex 2 C B9 63 5E 0 1B ED 62 25
Octal 2 14 271 143 136 0 33 355 142 45
Binary 10 1100 10111001 1100011 1011110 0 11011 11101101 1100010 100101

Color Harmonies of #020CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CB9

Black with #020CB9

Text Example


Text Example

White with #020CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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