#210CCB

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

Shades of Medium Blue #210CCB

Tints of Medium Blue #210CCB

Color information

#210CCB (or 0x210CCB) is unknown color: approx Medium Blue. HEX triplet: 21, 0C and CB. RGB value is (33,12,203). Sum of RGB (Red+Green+Blue) = 33+12+203=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #210CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CCB is #DEF334. Grayscale: #272727. Windows color (decimal): -14611253 or 13306913. OLE color: 13306913.

HSL color Cylindrical-coordinate representation of color #210CCB: hue angle of 246.6º degrees, saturation: 0.89, 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 #210CCB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3312203-
CMYK0.840.9400.20
HSL246.6º88.84%42.16%-
HSV(B)246.6º94.09%79.61%-
XYZ11.544.956.84-
YUV40.05219.96122.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 203 (79.69% from 255) = 81.85%
R=13.31%
G=4.84%
B=81.85%

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
Decimal33122030.840.9400.20246.688.8442.16
Hex21CCB545E014f7592a
Octal411431312413602436713152
Binary10000111001100101110101001011110010100111101111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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