#210BBD

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

Shades of Medium Blue #210BBD

Tints of Medium Blue #210BBD

Color information

#210BBD (or 0x210BBD) is unknown color: approx Medium Blue. HEX triplet: 21, 0B and BD. RGB value is (33,11,189). Sum of RGB (Red+Green+Blue) = 33+11+189=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #210BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BBD is #DEF442. Grayscale: #252525. Windows color (decimal): -14611523 or 12389153. OLE color: 12389153.

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

Color convert

RGB3311189-
CMYK0.830.9400.26
HSL247.42º89%39.22%-
HSV(B)247.42º94.18%74.12%-
XYZ9.934.2448.44-
YUV37.87213.29124.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 11 (4.69% from 255) = 4.72%
BLUE value IS 189 (74.22% from 255) = 81.12%
R=14.16%
G=4.72%
B=81.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33111890.830.9400.26247.428939.22
Hex21BBD535E01Af75927
Octal411327512313603236713147
Binary10000110111011110110100111011110011010111101111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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