Html Css Color HEX #021CD4 Medium Blue

📋 copy color: '#021CD4'

red 2 ◦ green 28 ◦ blue 212

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

Shades of Medium Blue #021CD4

Tints of Medium Blue #021CD4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

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

R = 0.83%
G = 11.57%
B = 87.6%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#021CD4 (or 0x021CD4) is known color: Medium Blue. HEX triplet: 02, 1C and D4. RGB value is (2,28,212). Sum of RGB (Red+Green+Blue) = 2+28+212=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 212 (83.20% from 255 or 87.60% from 242); Max value from RGB is 212 - color contains mainly: blue. Hex color #021CD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CD4 is #FDE32B. Grayscale: #282828. Windows color (decimal): -16638764 or 13900802. OLE color: 13900802.

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

Color convert

RGB 2 28 212 -
CMYK 0.99 0.87 0 0.17
HSL 232.57º 0.98% 0.42% -
HSV(B) 232.57º 0.99% 0.83% -
XYZ 12.32 5.6 62.72 -
YUV 41.2 224.39 100.04 -
System Red Green Blue C M Y K H S L
Decimal 2 28 212 0.99 0.87 0 0.17 232.57 0.98 0.42
Hex 2 1C D4 63 57 0 11 E9 62 2A
Octal 2 34 324 143 127 0 21 351 142 52
Binary 10 11100 11010100 1100011 1010111 0 10001 11101001 1100010 101010

Color Harmonies of #021CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CD4

Black with #021CD4

Text Example


Text Example

White with #021CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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