Shades of Blue #250AF8
Tints of Blue #250AF8
RGB
CMYK
RGB Variations
Color information
#250AF8 (or 0x250AF8) is known color: Blue. HEX triplet: 25, 0A and F8. RGB value is (37,10,248). Sum of RGB (Red+Green+Blue) = 37+10+248=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 248 (97.27% from 255 or 84.07% from 295); Max value from RGB is 248 - color contains mainly: blue. Hex color #250AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250AF8 is #DAF507. Grayscale: #2C2C2C. Windows color (decimal): -14349576 or 16255525. OLE color: 16255525.
HSL color Cylindrical-coordinate representation of color #250AF8: hue angle of 246.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250AF8 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 10 | 248 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.03 |
| HSL | 246.81º | 0.94% | 0.51% | - |
| HSV(B) | 246.81º | 0.96% | 0.97% | - |
| XYZ | 17.81 | 7.39 | 89.29 | - |
| YUV | 45.21 | 242.45 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 248 | 0.85 | 0.96 | 0 | 0.03 | 246.81 | 0.94 | 0.51 |
| Hex | 25 | A | F8 | 55 | 60 | 0 | 3 | F7 | 5E | 33 |
| Octal | 45 | 12 | 370 | 125 | 140 | 0 | 3 | 367 | 136 | 63 |
| Binary | 100101 | 1010 | 11111000 | 1010101 | 1100000 | 0 | 11 | 11110111 | 1011110 | 110011 |
Color Harmonies of #250AF8
Complementary color
Monochromatic Colors of #250AF8
Black with #250AF8
Text Example
Text Example
White with #250AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250AF8; }
p { color: rgb(37,10,248); }
H1.HeaderClassName
{
color: #250AF8;
}
.AnyTagClassName
{
color: #250AF8;
}
</style>
background-color css
<style>
a { background-color: #250AF8; }
a { background-color: rgb(37,10,248); }
div.DivClassName
{
background-color: #250AF8;
}
.BgClassName
{
background-color: #250AF8;
}
</style>
border-color css
<style>
span { border-color: #250AF8; }
span { border-color: rgb(37,10,248); }
td.TdClassName
{
border-color: #250AF8;
}
.TagClassName
{
border-color: #250AF8;
}
</style>