Html Css Color HEX #021DD5 Medium Blue

📋 copy color: '#021DD5'

red 2 ◦ green 29 ◦ blue 213

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

Shades of Medium Blue #021DD5

Tints of Medium Blue #021DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 87.3%

R = 0.82%
G = 11.89%
B = 87.3%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#021DD5 (or 0x021DD5) is known color: Medium Blue. HEX triplet: 02, 1D and D5. RGB value is (2,29,213). Sum of RGB (Red+Green+Blue) = 2+29+213=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 213 (83.59% from 255 or 87.30% from 244); Max value from RGB is 213 - color contains mainly: blue. Hex color #021DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DD5 is #FDE22A. Grayscale: #292929. Windows color (decimal): -16638507 or 13966594. OLE color: 13966594.

HSL color Cylindrical-coordinate representation of color #021DD5: hue angle of 232.32º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DD5 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 29 213 -
CMYK 0.99 0.86 0 0.16
HSL 232.32º 0.98% 0.42% -
HSV(B) 232.32º 0.99% 0.84% -
XYZ 12.47 5.7 63.39 -
YUV 41.9 224.55 99.54 -
System Red Green Blue C M Y K H S L
Decimal 2 29 213 0.99 0.86 0 0.16 232.32 0.98 0.42
Hex 2 1D D5 63 56 0 10 E8 62 2A
Octal 2 35 325 143 126 0 20 350 142 52
Binary 10 11101 11010101 1100011 1010110 0 10000 11101000 1100010 101010

Color Harmonies of #021DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DD5

Black with #021DD5

Text Example


Text Example

White with #021DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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