#250FC3

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

Shades of Medium Blue #250FC3

Tints of Medium Blue #250FC3

Color information

#250FC3 (or 0x250FC3) is unknown color: approx Medium Blue. HEX triplet: 25, 0F and C3. RGB value is (37,15,195). Sum of RGB (Red+Green+Blue) = 37+15+195=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 195 (76.56% from 255 or 78.95% from 247); Max value from RGB is 195 - color contains mainly: blue. Hex color #250FC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FC3 is #DAF03C. Grayscale: #292929. Windows color (decimal): -14348349 or 12783397. OLE color: 12783397.

HSL color Cylindrical-coordinate representation of color #250FC3: hue angle of 247.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250FC3 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3715195-
CMYK0.810.9200.24
HSL247.33º85.71%41.18%-
HSV(B)247.33º92.31%76.47%-
XYZ10.784.6851.96-
YUV42.1214.29124.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 195 (76.56% from 255) = 78.95%
R=14.98%
G=6.07%
B=78.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37151950.810.9200.24247.3385.7141.18
Hex25FC3515C018f75629
Octal451730312113403036712651
Binary10010111111100001110100011011100011000111101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,15,195); }

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

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

 a { background-color: rgb(37,15,195); }

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

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

 span { border-color: rgb(37,15,195); }

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