#210EBE

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

Shades of Medium Blue #210EBE

Tints of Medium Blue #210EBE

Color information

#210EBE (or 0x210EBE) is unknown color: approx Medium Blue. HEX triplet: 21, 0E and BE. RGB value is (33,14,190). Sum of RGB (Red+Green+Blue) = 33+14+190=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #210EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EBE is #DEF141. Grayscale: #272727. Windows color (decimal): -14610754 or 12455457. OLE color: 12455457.

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

Color convert

RGB3314190-
CMYK0.830.9300.25
HSL246.48º86.27%40%-
HSV(B)246.48º92.63%74.51%-
XYZ10.084.3649.02-
YUV39.75212.79123.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 190 (74.61% from 255) = 80.17%
R=13.92%
G=5.91%
B=80.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33141900.830.9300.25246.4886.2740
Hex21EBE535D019f65628
Octal411627612313503136612650
Binary10000111101011111010100111011101011001111101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,14,190); }

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

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

 a { background-color: rgb(33,14,190); }

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

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

 span { border-color: rgb(33,14,190); }

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