#2508D0

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

Shades of Medium Blue #2508D0

Tints of Medium Blue #2508D0

Color information

#2508D0 (or 0x2508D0) is unknown color: approx Medium Blue. HEX triplet: 25, 08 and D0. RGB value is (37,8,208). Sum of RGB (Red+Green+Blue) = 37+8+208=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 208 (81.64% from 255 or 82.21% from 253); Max value from RGB is 208 - color contains mainly: blue. Hex color #2508D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508D0 is #DAF72F. Grayscale: #262626. Windows color (decimal): -14350128 or 13633573. OLE color: 13633573.

HSL color Cylindrical-coordinate representation of color #2508D0: hue angle of 248.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2508D0 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB378208-
CMYK0.820.9600.18
HSL248.7º92.59%42.35%-
HSV(B)248.7º96.15%81.57%-
XYZ12.235.1260.02-
YUV39.47223.11126.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 208 (81.64% from 255) = 82.21%
R=14.62%
G=3.16%
B=82.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3782080.820.9600.18248.792.5942.35
Hex258D05260012f95d2a
Octal451032012214002237113552
Binary10010110001101000010100101100000010010111110011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2508D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2508D0; }

 p { color: rgb(37,8,208); }

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

<style>
 a { background-color: #2508D0; }

 a { background-color: rgb(37,8,208); }

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

<style>
 span { border-color: #2508D0; }

 span { border-color: rgb(37,8,208); }

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