#2509BA

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

Shades of Medium Blue #2509BA

Tints of Medium Blue #2509BA

Color information

#2509BA (or 0x2509BA) is unknown color: approx Medium Blue. HEX triplet: 25, 09 and BA. RGB value is (37,9,186). Sum of RGB (Red+Green+Blue) = 37+9+186=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #2509BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2509BA is #DAF645. Grayscale: #242424. Windows color (decimal): -14349894 or 12192037. OLE color: 12192037.

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

Color convert

RGB379186-
CMYK0.800.9500.27
HSL249.49º90.77%38.24%-
HSV(B)249.49º95.16%72.94%-
XYZ9.724.1346.74-
YUV37.55211.78127.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 186 (73.05% from 255) = 80.17%
R=15.95%
G=3.88%
B=80.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3791860.800.9500.27249.4990.7738.24
Hex259BA505F01Bf95b26
Octal451127212013703337113346
Binary10010110011011101010100001011111011011111110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2509BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2509BA; }

 p { color: rgb(37,9,186); }

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

<style>
 a { background-color: #2509BA; }

 a { background-color: rgb(37,9,186); }

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

<style>
 span { border-color: #2509BA; }

 span { border-color: rgb(37,9,186); }

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