Html Css Color HEX #020DDD Medium Blue

📋 copy color: '#020DDD'

red 2 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #020DDD

Tints of Medium Blue #020DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 93.64%

R = 0.85%
G = 5.51%
B = 93.64%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#020DDD (or 0x020DDD) is known color: Medium Blue. HEX triplet: 02, 0D and DD. RGB value is (2,13,221). Sum of RGB (Red+Green+Blue) = 2+13+221=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #020DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DDD is #FDF222. Grayscale: #202020. Windows color (decimal): -16642595 or 14486786. OLE color: 14486786.

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

Color convert

RGB 2 13 221 -
CMYK 0.99 0.94 0 0.13
HSL 236.99º 0.98% 0.44% -
HSV(B) 236.99º 0.99% 0.87% -
XYZ 13.22 5.52 68.78 -
YUV 33.42 233.86 105.59 -
System Red Green Blue C M Y K H S L
Decimal 2 13 221 0.99 0.94 0 0.13 236.99 0.98 0.44
Hex 2 D DD 63 5E 0 D ED 62 2C
Octal 2 15 335 143 136 0 15 355 142 54
Binary 10 1101 11011101 1100011 1011110 0 1101 11101101 1100010 101100

Color Harmonies of #020DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DDD

Black with #020DDD

Text Example


Text Example

White with #020DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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