Html Css Color HEX #0213DC Medium Blue

📋 copy color: '#0213DC'

red 2 ◦ green 19 ◦ blue 220

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

Shades of Medium Blue #0213DC

Tints of Medium Blue #0213DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 0.83%
G = 7.88%
B = 91.29%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0213DC (or 0x0213DC) is known color: Medium Blue. HEX triplet: 02, 13 and DC. RGB value is (2,19,220). Sum of RGB (Red+Green+Blue) = 2+19+220=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 220 (86.33% from 255 or 91.29% from 241); Max value from RGB is 220 - color contains mainly: blue. Hex color #0213DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213DC is #FDEC23. Grayscale: #242424. Windows color (decimal): -16641060 or 14422786. OLE color: 14422786.

HSL color Cylindrical-coordinate representation of color #0213DC: hue angle of 235.32º 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 #0213DC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 19 220 -
CMYK 0.99 0.91 0 0.14
HSL 235.32º 0.98% 0.44% -
HSV(B) 235.32º 0.99% 0.86% -
XYZ 13.18 5.65 68.11 -
YUV 36.83 231.37 103.16 -
System Red Green Blue C M Y K H S L
Decimal 2 19 220 0.99 0.91 0 0.14 235.32 0.98 0.44
Hex 2 13 DC 63 5B 0 E EB 62 2C
Octal 2 23 334 143 133 0 16 353 142 54
Binary 10 10011 11011100 1100011 1011011 0 1110 11101011 1100010 101100

Color Harmonies of #0213DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0213DC

Black with #0213DC

Text Example


Text Example

White with #0213DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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