Html Css Color HEX #0211CB Medium Blue

📋 copy color: '#0211CB'

red 2 ◦ green 17 ◦ blue 203

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

Shades of Medium Blue #0211CB

Tints of Medium Blue #0211CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 203 (79.69% from 255) = 91.44%

R = 0.9%
G = 7.66%
B = 91.44%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0211CB (or 0x0211CB) is known color: Medium Blue. HEX triplet: 02, 11 and CB. RGB value is (2,17,203). Sum of RGB (Red+Green+Blue) = 2+17+203=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 203 (79.69% from 255 or 91.44% from 222); Max value from RGB is 203 - color contains mainly: blue. Hex color #0211CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211CB is #FDEE34. Grayscale: #202020. Windows color (decimal): -16641589 or 13308162. OLE color: 13308162.

HSL color Cylindrical-coordinate representation of color #0211CB: hue angle of 235.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211CB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 17 203 -
CMYK 0.99 0.92 0 0.20
HSL 235.52º 0.98% 0.4% -
HSV(B) 235.52º 0.99% 0.8% -
XYZ 11 4.73 56.83 -
YUV 33.72 223.53 105.38 -
System Red Green Blue C M Y K H S L
Decimal 2 17 203 0.99 0.92 0 0.20 235.52 0.98 0.4
Hex 2 11 CB 63 5C 0 14 EC 62 28
Octal 2 21 313 143 134 0 24 354 142 50
Binary 10 10001 11001011 1100011 1011100 0 10100 11101100 1100010 101000

Color Harmonies of #0211CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0211CB

Black with #0211CB

Text Example


Text Example

White with #0211CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0211CB; }

 p { color: rgb(2,17,203); }

 H1.HeaderClassName
 {
   color: #0211CB;
 }
 .AnyTagClassName
 {
   color: #0211CB;
 }
</style>

background-color css

<style>
 a { background-color: #0211CB; }

 a { background-color: rgb(2,17,203); }

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

border-color css

<style>
 span { border-color: #0211CB; }

 span { border-color: rgb(2,17,203); }

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