Html Css Color HEX #021DD4 Medium Blue

📋 copy color: '#021DD4'

red 2 ◦ green 29 ◦ blue 212

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

Shades of Medium Blue #021DD4

Tints of Medium Blue #021DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 87.24%

R = 0.82%
G = 11.93%
B = 87.24%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#021DD4 (or 0x021DD4) is known color: Medium Blue. HEX triplet: 02, 1D and D4. RGB value is (2,29,212). Sum of RGB (Red+Green+Blue) = 2+29+212=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 212 (83.20% from 255 or 87.24% from 243); Max value from RGB is 212 - color contains mainly: blue. Hex color #021DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DD4 is #FDE22B. Grayscale: #292929. Windows color (decimal): -16638508 or 13901058. OLE color: 13901058.

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

Color convert

RGB 2 29 212 -
CMYK 0.99 0.86 0 0.17
HSL 232.29º 0.98% 0.42% -
HSV(B) 232.29º 0.99% 0.83% -
XYZ 12.35 5.65 62.73 -
YUV 41.79 224.05 99.62 -
System Red Green Blue C M Y K H S L
Decimal 2 29 212 0.99 0.86 0 0.17 232.29 0.98 0.42
Hex 2 1D D4 63 56 0 11 E8 62 2A
Octal 2 35 324 143 126 0 21 350 142 52
Binary 10 11101 11010100 1100011 1010110 0 10001 11101000 1100010 101010

Color Harmonies of #021DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DD4

Black with #021DD4

Text Example


Text Example

White with #021DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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