Html Css Color HEX #021DDE Medium Blue

📋 copy color: '#021DDE'

red 2 ◦ green 29 ◦ blue 222

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

Shades of Medium Blue #021DDE

Tints of Medium Blue #021DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 87.75%

R = 0.79%
G = 11.46%
B = 87.75%

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

#021DDE (or 0x021DDE) is known color: Medium Blue. HEX triplet: 02, 1D and DE. RGB value is (2,29,222). Sum of RGB (Red+Green+Blue) = 2+29+222=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #021DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DDE is #FDE221. Grayscale: #2A2A2A. Windows color (decimal): -16638498 or 14556418. OLE color: 14556418.

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

Color convert

RGB 2 29 222 -
CMYK 0.99 0.87 0 0.13
HSL 232.64º 0.98% 0.44% -
HSV(B) 232.64º 0.99% 0.87% -
XYZ 13.65 6.17 69.58 -
YUV 42.93 229.05 98.81 -
System Red Green Blue C M Y K H S L
Decimal 2 29 222 0.99 0.87 0 0.13 232.64 0.98 0.44
Hex 2 1D DE 63 57 0 D E9 62 2C
Octal 2 35 336 143 127 0 15 351 142 54
Binary 10 11101 11011110 1100011 1010111 0 1101 11101001 1100010 101100

Color Harmonies of #021DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DDE

Black with #021DDE

Text Example


Text Example

White with #021DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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