Html Css Color HEX #021DC9 Medium Blue

📋 copy color: '#021DC9'

red 2 ◦ green 29 ◦ blue 201

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

Shades of Medium Blue #021DC9

Tints of Medium Blue #021DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 86.64%

R = 0.86%
G = 12.5%
B = 86.64%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#021DC9 (or 0x021DC9) is known color: Medium Blue. HEX triplet: 02, 1D and C9. RGB value is (2,29,201). Sum of RGB (Red+Green+Blue) = 2+29+201=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 201 (78.91% from 255 or 86.64% from 232); Max value from RGB is 201 - color contains mainly: blue. Hex color #021DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DC9 is #FDE236. Grayscale: #272727. Windows color (decimal): -16638519 or 13180162. OLE color: 13180162.

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

Color convert

RGB 2 29 201 -
CMYK 0.99 0.86 0 0.21
HSL 231.86º 0.98% 0.4% -
HSV(B) 231.86º 0.99% 0.79% -
XYZ 11.01 5.11 55.66 -
YUV 40.54 218.55 100.51 -
System Red Green Blue C M Y K H S L
Decimal 2 29 201 0.99 0.86 0 0.21 231.86 0.98 0.4
Hex 2 1D C9 63 56 0 15 E8 62 28
Octal 2 35 311 143 126 0 25 350 142 50
Binary 10 11101 11001001 1100011 1010110 0 10101 11101000 1100010 101000

Color Harmonies of #021DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DC9

Black with #021DC9

Text Example


Text Example

White with #021DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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