#210BBF

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

Shades of Medium Blue #210BBF

Tints of Medium Blue #210BBF

Color information

#210BBF (or 0x210BBF) is unknown color: approx Medium Blue. HEX triplet: 21, 0B and BF. RGB value is (33,11,191). Sum of RGB (Red+Green+Blue) = 33+11+191=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #210BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BBF is #DEF440. Grayscale: #252525. Windows color (decimal): -14611521 or 12520225. OLE color: 12520225.

HSL color Cylindrical-coordinate representation of color #210BBF: hue angle of 247.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BBF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3311191-
CMYK0.830.9400.25
HSL247.33º89.11%39.61%-
HSV(B)247.33º94.24%74.9%-
XYZ10.154.3249.59-
YUV38.1214.29124.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 191 (75% from 255) = 81.28%
R=14.04%
G=4.68%
B=81.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33111910.830.9400.25247.3389.1139.61
Hex21BBF535E019f75928
Octal411327712313603136713150
Binary10000110111011111110100111011110011001111101111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,191); }

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

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

 a { background-color: rgb(33,11,191); }

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

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

 span { border-color: rgb(33,11,191); }

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