#2508BB

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

Shades of Medium Blue #2508BB

Tints of Medium Blue #2508BB

Color information

#2508BB (or 0x2508BB) is unknown color: approx Medium Blue. HEX triplet: 25, 08 and BB. RGB value is (37,8,187). Sum of RGB (Red+Green+Blue) = 37+8+187=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #2508BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508BB is #DAF744. Grayscale: #242424. Windows color (decimal): -14350149 or 12257317. OLE color: 12257317.

HSL color Cylindrical-coordinate representation of color #2508BB: hue angle of 249.72º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2508BB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB378187-
CMYK0.800.9600.27
HSL249.72º91.79%38.24%-
HSV(B)249.72º95.72%73.33%-
XYZ9.824.1547.3-
YUV37.08212.61127.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 187 (73.44% from 255) = 80.60%
R=15.95%
G=3.45%
B=80.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3781870.800.9600.27249.7291.7938.24
Hex258BB506001Bfa5c26
Octal451027312014003337213446
Binary10010110001011101110100001100000011011111110101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2508BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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