Html Css Color HEX #0221DC Medium Blue

📋 copy color: '#0221DC'

red 2 ◦ green 33 ◦ blue 220

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

Shades of Medium Blue #0221DC

Tints of Medium Blue #0221DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 86.27%

R = 0.78%
G = 12.94%
B = 86.27%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0221DC (or 0x0221DC) is known color: Medium Blue. HEX triplet: 02, 21 and DC. RGB value is (2,33,220). Sum of RGB (Red+Green+Blue) = 2+33+220=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #0221DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221DC is #FDDE23. Grayscale: #2C2C2C. Windows color (decimal): -16637476 or 14426370. OLE color: 14426370.

HSL color Cylindrical-coordinate representation of color #0221DC: hue angle of 231.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221DC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 33 220 -
CMYK 0.99 0.85 0 0.14
HSL 231.47º 0.98% 0.44% -
HSV(B) 231.47º 0.99% 0.86% -
XYZ 13.49 6.27 68.21 -
YUV 45.05 226.73 97.29 -
System Red Green Blue C M Y K H S L
Decimal 2 33 220 0.99 0.85 0 0.14 231.47 0.98 0.44
Hex 2 21 DC 63 55 0 E E7 62 2C
Octal 2 41 334 143 125 0 16 347 142 54
Binary 10 100001 11011100 1100011 1010101 0 1110 11100111 1100010 101100

Color Harmonies of #0221DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221DC

Black with #0221DC

Text Example


Text Example

White with #0221DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0221DC; }

 p { color: rgb(2,33,220); }

 H1.HeaderClassName
 {
   color: #0221DC;
 }
 .AnyTagClassName
 {
   color: #0221DC;
 }
</style>

background-color css

<style>
 a { background-color: #0221DC; }

 a { background-color: rgb(2,33,220); }

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

border-color css

<style>
 span { border-color: #0221DC; }

 span { border-color: rgb(2,33,220); }

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