#250EBA

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

Shades of Medium Blue #250EBA

Tints of Medium Blue #250EBA

Color information

#250EBA (or 0x250EBA) is unknown color: approx Medium Blue. HEX triplet: 25, 0E and BA. RGB value is (37,14,186). Sum of RGB (Red+Green+Blue) = 37+14+186=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #250EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250EBA is #DAF145. Grayscale: #272727. Windows color (decimal): -14348614 or 12193317. OLE color: 12193317.

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

Color convert

RGB3714186-
CMYK0.800.9200.27
HSL248.02º86%39.22%-
HSV(B)248.02º92.47%72.94%-
XYZ9.784.2546.76-
YUV40.48210.12125.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 186 (73.05% from 255) = 78.48%
R=15.61%
G=5.91%
B=78.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37141860.800.9200.27248.028639.22
Hex25EBA505C01Bf85627
Octal451627212013403337012647
Binary10010111101011101010100001011100011011111110001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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