#2508D3

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

Shades of Medium Blue #2508D3

Tints of Medium Blue #2508D3

Color information

#2508D3 (or 0x2508D3) is unknown color: approx Medium Blue. HEX triplet: 25, 08 and D3. RGB value is (37,8,211). Sum of RGB (Red+Green+Blue) = 37+8+211=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 211 (82.81% from 255 or 82.42% from 256); Max value from RGB is 211 - color contains mainly: blue. Hex color #2508D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508D3 is #DAF72C. Grayscale: #272727. Windows color (decimal): -14350125 or 13830181. OLE color: 13830181.

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

Color convert

RGB378211-
CMYK0.820.9600.17
HSL248.57º92.69%42.94%-
HSV(B)248.57º96.21%82.75%-
XYZ12.615.2761.98-
YUV39.81224.61125.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 211 (82.81% from 255) = 82.42%
R=14.45%
G=3.12%
B=82.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3782110.820.9600.17248.5792.6942.94
Hex258D35260011f95d2b
Octal451032312214002137113553
Binary10010110001101001110100101100000010001111110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2508D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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