Html Css Color HEX #021CDD Medium Blue

📋 copy color: '#021CDD'

red 2 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #021CDD

Tints of Medium Blue #021CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 0.8%
G = 11.16%
B = 88.05%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021CDD (or 0x021CDD) is known color: Medium Blue. HEX triplet: 02, 1C and DD. RGB value is (2,28,221). Sum of RGB (Red+Green+Blue) = 2+28+221=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #021CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CDD is #FDE322. Grayscale: #292929. Windows color (decimal): -16638755 or 14490626. OLE color: 14490626.

HSL color Cylindrical-coordinate representation of color #021CDD: hue angle of 232.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CDD is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 28 221 -
CMYK 0.99 0.87 0 0.13
HSL 232.88º 0.98% 0.44% -
HSV(B) 232.88º 0.99% 0.87% -
XYZ 13.49 6.06 68.87 -
YUV 42.23 228.89 99.31 -
System Red Green Blue C M Y K H S L
Decimal 2 28 221 0.99 0.87 0 0.13 232.88 0.98 0.44
Hex 2 1C DD 63 57 0 D E9 62 2C
Octal 2 34 335 143 127 0 15 351 142 54
Binary 10 11100 11011101 1100011 1010111 0 1101 11101001 1100010 101100

Color Harmonies of #021CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CDD

Black with #021CDD

Text Example


Text Example

White with #021CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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