#250DBF

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

Shades of Medium Blue #250DBF

Tints of Medium Blue #250DBF

Color information

#250DBF (or 0x250DBF) is unknown color: approx Medium Blue. HEX triplet: 25, 0D and BF. RGB value is (37,13,191). Sum of RGB (Red+Green+Blue) = 37+13+191=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #250DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DBF is #DAF240. Grayscale: #272727. Windows color (decimal): -14348865 or 12520741. OLE color: 12520741.

HSL color Cylindrical-coordinate representation of color #250DBF: hue angle of 248.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DBF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3713191-
CMYK0.810.9300.25
HSL248.09º87.25%40%-
HSV(B)248.09º93.19%74.9%-
XYZ10.314.4449.6-
YUV40.47212.95125.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 13 (5.47% from 255) = 5.39%
BLUE value IS 191 (75% from 255) = 79.25%
R=15.35%
G=5.39%
B=79.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37131910.810.9300.25248.0987.2540
Hex25DBF515D019f85728
Octal451527712113503137012750
Binary10010111011011111110100011011101011001111110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,191); }

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

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

 a { background-color: rgb(37,13,191); }

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

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

 span { border-color: rgb(37,13,191); }

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