Html Css Color HEX #020CD9 Medium Blue

📋 copy color: '#020CD9'

red 2 ◦ green 12 ◦ blue 217

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

Shades of Medium Blue #020CD9

Tints of Medium Blue #020CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 93.94%

R = 0.87%
G = 5.19%
B = 93.94%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#020CD9 (or 0x020CD9) is known color: Medium Blue. HEX triplet: 02, 0C and D9. RGB value is (2,12,217). Sum of RGB (Red+Green+Blue) = 2+12+217=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 217 (85.16% from 255 or 93.94% from 231); Max value from RGB is 217 - color contains mainly: blue. Hex color #020CD9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CD9 is #FDF326. Grayscale: #1F1F1F. Windows color (decimal): -16642855 or 14224386. OLE color: 14224386.

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

Color convert

RGB 2 12 217 -
CMYK 0.99 0.94 0 0.15
HSL 237.21º 0.98% 0.43% -
HSV(B) 237.21º 0.99% 0.85% -
XYZ 12.68 5.29 66 -
YUV 32.38 232.19 106.33 -
System Red Green Blue C M Y K H S L
Decimal 2 12 217 0.99 0.94 0 0.15 237.21 0.98 0.43
Hex 2 C D9 63 5E 0 F ED 62 2B
Octal 2 14 331 143 136 0 17 355 142 53
Binary 10 1100 11011001 1100011 1011110 0 1111 11101101 1100010 101011

Color Harmonies of #020CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CD9

Black with #020CD9

Text Example


Text Example

White with #020CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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