Html Css Color HEX #021DDD Medium Blue

📋 copy color: '#021DDD'

red 2 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #021DDD

Tints of Medium Blue #021DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 0.79%
G = 11.51%
B = 87.7%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021DDD (or 0x021DDD) is known color: Medium Blue. HEX triplet: 02, 1D and DD. RGB value is (2,29,221). Sum of RGB (Red+Green+Blue) = 2+29+221=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #021DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DDD is #FDE222. Grayscale: #2A2A2A. Windows color (decimal): -16638499 or 14490882. OLE color: 14490882.

HSL color Cylindrical-coordinate representation of color #021DDD: hue angle of 232.6º 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 #021DDD is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 29 221 -
CMYK 0.99 0.87 0 0.13
HSL 232.6º 0.98% 0.44% -
HSV(B) 232.6º 0.99% 0.87% -
XYZ 13.52 6.11 68.87 -
YUV 42.82 228.55 98.89 -
System Red Green Blue C M Y K H S L
Decimal 2 29 221 0.99 0.87 0 0.13 232.6 0.98 0.44
Hex 2 1D DD 63 57 0 D E9 62 2C
Octal 2 35 335 143 127 0 15 351 142 54
Binary 10 11101 11011101 1100011 1010111 0 1101 11101001 1100010 101100

Color Harmonies of #021DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DDD

Black with #021DDD

Text Example


Text Example

White with #021DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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