Html Css Color HEX #021DD9 Medium Blue

📋 copy color: '#021DD9'

red 2 ◦ green 29 ◦ blue 217

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

Shades of Medium Blue #021DD9

Tints of Medium Blue #021DD9

RGB

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

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

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

R = 0.81%
G = 11.69%
B = 87.5%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#021DD9 (or 0x021DD9) is known color: Medium Blue. HEX triplet: 02, 1D and D9. RGB value is (2,29,217). Sum of RGB (Red+Green+Blue) = 2+29+217=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 217 (85.16% from 255 or 87.5% from 248); Max value from RGB is 217 - color contains mainly: blue. Hex color #021DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DD9 is #FDE226. Grayscale: #292929. Windows color (decimal): -16638503 or 14228738. OLE color: 14228738.

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

Color convert

RGB 2 29 217 -
CMYK 0.99 0.87 0 0.15
HSL 232.47º 0.98% 0.43% -
HSV(B) 232.47º 0.99% 0.85% -
XYZ 12.99 5.9 66.1 -
YUV 42.36 226.55 99.21 -
System Red Green Blue C M Y K H S L
Decimal 2 29 217 0.99 0.87 0 0.15 232.47 0.98 0.43
Hex 2 1D D9 63 57 0 F E8 62 2B
Octal 2 35 331 143 127 0 17 350 142 53
Binary 10 11101 11011001 1100011 1010111 0 1111 11101000 1100010 101011

Color Harmonies of #021DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DD9

Black with #021DD9

Text Example


Text Example

White with #021DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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