Html Css Color HEX #020DB9 Medium Blue

📋 copy color: '#020DB9'

red 2 ◦ green 13 ◦ blue 185

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

Shades of Medium Blue #020DB9

Tints of Medium Blue #020DB9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

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

R = 1%
G = 6.5%
B = 92.5%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#020DB9 (or 0x020DB9) is known color: Medium Blue. HEX triplet: 02, 0D and B9. RGB value is (2,13,185). Sum of RGB (Red+Green+Blue) = 2+13+185=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 185 (72.66% from 255 or 92.5% from 200); Max value from RGB is 185 - color contains mainly: blue. Hex color #020DB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DB9 is #FDF246. Grayscale: #1C1C1C. Windows color (decimal): -16642631 or 12127490. OLE color: 12127490.

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

Color convert

RGB 2 13 185 -
CMYK 0.99 0.93 0 0.27
HSL 236.39º 0.98% 0.37% -
HSV(B) 236.39º 0.99% 0.73% -
XYZ 8.93 3.8 46.16 -
YUV 29.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 2 13 185 0.99 0.93 0 0.27 236.39 0.98 0.37
Hex 2 D B9 63 5D 0 1B EC 62 25
Octal 2 15 271 143 135 0 33 354 142 45
Binary 10 1101 10111001 1100011 1011101 0 11011 11101100 1100010 100101

Color Harmonies of #020DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DB9

Black with #020DB9

Text Example


Text Example

White with #020DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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