#210BE0

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

Shades of Medium Blue #210BE0

Tints of Medium Blue #210BE0

Color information

#210BE0 (or 0x210BE0) is unknown color: approx Medium Blue. HEX triplet: 21, 0B and E0. RGB value is (33,11,224). Sum of RGB (Red+Green+Blue) = 33+11+224=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 224 (87.89% from 255 or 83.58% from 268); Max value from RGB is 224 - color contains mainly: blue. Hex color #210BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BE0 is #DEF41F. Grayscale: #292929. Windows color (decimal): -14611488 or 14682913. OLE color: 14682913.

HSL color Cylindrical-coordinate representation of color #210BE0: hue angle of 246.2º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BE0 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3311224-
CMYK0.850.9500.12
HSL246.2º90.64%46.08%-
HSV(B)246.2º95.09%87.84%-
XYZ14.25.9470.92-
YUV41.86230.79121.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 224 (87.89% from 255) = 83.58%
R=12.31%
G=4.10%
B=83.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33112240.850.9500.12246.290.6446.08
Hex21BE0555F0Cf65b2e
Octal411334012513701436613356
Binary1000011011111000001010101101111101100111101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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