Shades of Blue #250CF9
Tints of Blue #250CF9
RGB
CMYK
RGB Variations
Color information
#250CF9 (or 0x250CF9) is known color: Blue. HEX triplet: 25, 0C and F9. RGB value is (37,12,249). Sum of RGB (Red+Green+Blue) = 37+12+249=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 249 (97.66% from 255 or 83.56% from 298); Max value from RGB is 249 - color contains mainly: blue. Hex color #250CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CF9 is #DAF306. Grayscale: #2D2D2D. Windows color (decimal): -14349063 or 16321573. OLE color: 16321573.
HSL color Cylindrical-coordinate representation of color #250CF9: hue angle of 246.33º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250CF9 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 12 | 249 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.02 |
| HSL | 246.33º | 0.95% | 0.51% | - |
| HSV(B) | 246.33º | 0.95% | 0.98% | - |
| XYZ | 17.99 | 7.5 | 90.12 | - |
| YUV | 46.49 | 242.28 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 249 | 0.85 | 0.95 | 0 | 0.02 | 246.33 | 0.95 | 0.51 |
| Hex | 25 | C | F9 | 55 | 5F | 0 | 2 | F6 | 5F | 33 |
| Octal | 45 | 14 | 371 | 125 | 137 | 0 | 2 | 366 | 137 | 63 |
| Binary | 100101 | 1100 | 11111001 | 1010101 | 1011111 | 0 | 10 | 11110110 | 1011111 | 110011 |
Color Harmonies of #250CF9
Complementary color
Monochromatic Colors of #250CF9
Black with #250CF9
Text Example
Text Example
White with #250CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CF9; }
p { color: rgb(37,12,249); }
H1.HeaderClassName
{
color: #250CF9;
}
.AnyTagClassName
{
color: #250CF9;
}
</style>
background-color css
<style>
a { background-color: #250CF9; }
a { background-color: rgb(37,12,249); }
div.DivClassName
{
background-color: #250CF9;
}
.BgClassName
{
background-color: #250CF9;
}
</style>
border-color css
<style>
span { border-color: #250CF9; }
span { border-color: rgb(37,12,249); }
td.TdClassName
{
border-color: #250CF9;
}
.TagClassName
{
border-color: #250CF9;
}
</style>