Html Css Color HEX #021EDD Medium Blue

📋 copy color: '#021EDD'

red 2 ◦ green 30 ◦ blue 221

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

Shades of Medium Blue #021EDD

Tints of Medium Blue #021EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

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

R = 0.79%
G = 11.86%
B = 87.35%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021EDD (or 0x021EDD) is known color: Medium Blue. HEX triplet: 02, 1E and DD. RGB value is (2,30,221). Sum of RGB (Red+Green+Blue) = 2+30+221=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #021EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EDD is #FDE122. Grayscale: #2A2A2A. Windows color (decimal): -16638243 or 14491138. OLE color: 14491138.

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

Color convert

RGB 2 30 221 -
CMYK 0.99 0.86 0 0.13
HSL 232.33º 0.98% 0.44% -
HSV(B) 232.33º 0.99% 0.87% -
XYZ 13.54 6.16 68.88 -
YUV 43.4 228.22 98.47 -
System Red Green Blue C M Y K H S L
Decimal 2 30 221 0.99 0.86 0 0.13 232.33 0.98 0.44
Hex 2 1E DD 63 56 0 D E8 62 2C
Octal 2 36 335 143 126 0 15 350 142 54
Binary 10 11110 11011101 1100011 1010110 0 1101 11101000 1100010 101100

Color Harmonies of #021EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EDD

Black with #021EDD

Text Example


Text Example

White with #021EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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