Html Css Color HEX #0021DE Medium Blue

📋 copy color: '#0021DE'

red 0 ◦ green 33 ◦ blue 222

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

Shades of Medium Blue #0021DE

Tints of Medium Blue #0021DE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 0%
G = 12.94%
B = 87.06%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0021DE (or 0x0021DE) is known color: Medium Blue. HEX triplet: 00, 21 and DE. RGB value is (0,33,222). Sum of RGB (Red+Green+Blue) = 0+33+222=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 222 (87.11% from 255 or 87.06% from 255); Max value from RGB is 222 - color contains mainly: blue. Hex color #0021DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0021DE is #FFDE21. Grayscale: #2B2B2B. Windows color (decimal): -16768546 or 14557440. OLE color: 14557440.

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

Color convert

RGB 0 33 222 -
CMYK 1 0.85 0 0.13
HSL 231.08º 1% 0.44% -
HSV(B) 231.08º 1% 0.87% -
XYZ 13.73 6.36 69.61 -
YUV 44.68 228.07 96.13 -
System Red Green Blue C M Y K H S L
Decimal 0 33 222 1 0.85 0 0.13 231.08 1 0.44
Hex 0 21 DE 64 55 0 D E7 64 2C
Octal 0 41 336 144 125 0 15 347 144 54
Binary 0 100001 11011110 1100100 1010101 0 1101 11100111 1100100 101100

Color Harmonies of #0021DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0021DE

Black with #0021DE

Text Example


Text Example

White with #0021DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0021DE; }

 p { color: rgb(0,33,222); }

 H1.HeaderClassName
 {
   color: #0021DE;
 }
 .AnyTagClassName
 {
   color: #0021DE;
 }
</style>

background-color css

<style>
 a { background-color: #0021DE; }

 a { background-color: rgb(0,33,222); }

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

border-color css

<style>
 span { border-color: #0021DE; }

 span { border-color: rgb(0,33,222); }

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