#2517DB

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

Shades of Medium Blue #2517DB

Tints of Medium Blue #2517DB

Color information

#2517DB (or 0x2517DB) is unknown color: approx Medium Blue. HEX triplet: 25, 17 and DB. RGB value is (37,23,219). Sum of RGB (Red+Green+Blue) = 37+23+219=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #2517DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2517DB is #DAE824. Grayscale: #303030. Windows color (decimal): -14346277 or 14358309. OLE color: 14358309.

HSL color Cylindrical-coordinate representation of color #2517DB: hue angle of 244.29º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2517DB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3723219-
CMYK0.830.8900.14
HSL244.29º80.99%47.45%-
HSV(B)244.29º89.5%85.88%-
XYZ13.866.1267.47-
YUV49.53223.64119.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 219 (85.94% from 255) = 78.49%
R=13.26%
G=8.24%
B=78.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37232190.830.8900.14244.2980.9947.45
Hex2517DB53590Ef4512f
Octal452733312313101636412157
Binary10010110111110110111010011101100101110111101001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2517DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2517DB; }

 p { color: rgb(37,23,219); }

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

<style>
 a { background-color: #2517DB; }

 a { background-color: rgb(37,23,219); }

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

<style>
 span { border-color: #2517DB; }

 span { border-color: rgb(37,23,219); }

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