#210DCB

Color #210DCB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #210DCB

Tints of Medium Blue #210DCB

Color information

#210DCB (or 0x210DCB) is unknown color: approx Medium Blue. HEX triplet: 21, 0D and CB. RGB value is (33,13,203). Sum of RGB (Red+Green+Blue) = 33+13+203=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #210DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DCB is #DEF234. Grayscale: #272727. Windows color (decimal): -14610997 or 13307169. OLE color: 13307169.

HSL color Cylindrical-coordinate representation of color #210DCB: hue angle of 246.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DCB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3313203-
CMYK0.840.9400.20
HSL246.32º87.96%42.35%-
HSV(B)246.32º93.6%79.61%-
XYZ11.554.9256.84-
YUV40.64219.63122.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 203 (79.69% from 255) = 81.53%
R=13.25%
G=5.22%
B=81.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal33132030.840.9400.20246.3287.9642.35
Hex21DCB545E014f6582a
Octal411531312413602436613052
Binary10000111011100101110101001011110010100111101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210DCB; }

 p { color: rgb(33,13,203); }

 H1.HeaderClassName
 {
   color: #210DCB;
 }
 .AnyTagClassName
 {
   color: #210DCB;
 }
</style>
background-color css

<style>
 a { background-color: #210DCB; }

 a { background-color: rgb(33,13,203); }

 div.DivClassName
 {
   background-color: #210DCB;
 }
 .BgClassName
 {
   background-color: #210DCB;
 }
</style>
border-color css

<style>
 span { border-color: #210DCB; }

 span { border-color: rgb(33,13,203); }

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