#250AC9

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

Shades of Medium Blue #250AC9

Tints of Medium Blue #250AC9

Color information

#250AC9 (or 0x250AC9) is unknown color: approx Medium Blue. HEX triplet: 25, 0A and C9. RGB value is (37,10,201). Sum of RGB (Red+Green+Blue) = 37+10+201=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 201 (78.91% from 255 or 81.05% from 248); Max value from RGB is 201 - color contains mainly: blue. Hex color #250AC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250AC9 is #DAF536. Grayscale: #272727. Windows color (decimal): -14349623 or 13175333. OLE color: 13175333.

HSL color Cylindrical-coordinate representation of color #250AC9: hue angle of 248.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250AC9 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3710201-
CMYK0.820.9500.21
HSL248.48º90.52%41.37%-
HSV(B)248.48º95.02%78.82%-
XYZ11.414.8355.59-
YUV39.85218.95125.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 201 (78.91% from 255) = 81.05%
R=14.92%
G=4.03%
B=81.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37102010.820.9500.21248.4890.5241.37
Hex25AC9525F015f85b29
Octal451231112213702537013351
Binary10010110101100100110100101011111010101111110001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250AC9; }

 p { color: rgb(37,10,201); }

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

<style>
 a { background-color: #250AC9; }

 a { background-color: rgb(37,10,201); }

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

<style>
 span { border-color: #250AC9; }

 span { border-color: rgb(37,10,201); }

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