Shades of Blue #250DF8
Tints of Blue #250DF8
RGB
CMYK
RGB Variations
Color information
#250DF8 (or 0x250DF8) is known color: Blue. HEX triplet: 25, 0D and F8. RGB value is (37,13,248). Sum of RGB (Red+Green+Blue) = 37+13+248=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 248 (97.27% from 255 or 83.22% from 298); Max value from RGB is 248 - color contains mainly: blue. Hex color #250DF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250DF8 is #DAF207. Grayscale: #2E2E2E. Windows color (decimal): -14348808 or 16256293. OLE color: 16256293.
HSL color Cylindrical-coordinate representation of color #250DF8: hue angle of 246.13º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250DF8 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 13 | 248 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.03 |
| HSL | 246.13º | 0.94% | 0.51% | - |
| HSV(B) | 246.13º | 0.95% | 0.97% | - |
| XYZ | 17.85 | 7.46 | 89.31 | - |
| YUV | 46.97 | 241.45 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 248 | 0.85 | 0.95 | 0 | 0.03 | 246.13 | 0.94 | 0.51 |
| Hex | 25 | D | F8 | 55 | 5F | 0 | 3 | F6 | 5E | 33 |
| Octal | 45 | 15 | 370 | 125 | 137 | 0 | 3 | 366 | 136 | 63 |
| Binary | 100101 | 1101 | 11111000 | 1010101 | 1011111 | 0 | 11 | 11110110 | 1011110 | 110011 |
Color Harmonies of #250DF8
Complementary color
Monochromatic Colors of #250DF8
Black with #250DF8
Text Example
Text Example
White with #250DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DF8; }
p { color: rgb(37,13,248); }
H1.HeaderClassName
{
color: #250DF8;
}
.AnyTagClassName
{
color: #250DF8;
}
</style>
background-color css
<style>
a { background-color: #250DF8; }
a { background-color: rgb(37,13,248); }
div.DivClassName
{
background-color: #250DF8;
}
.BgClassName
{
background-color: #250DF8;
}
</style>
border-color css
<style>
span { border-color: #250DF8; }
span { border-color: rgb(37,13,248); }
td.TdClassName
{
border-color: #250DF8;
}
.TagClassName
{
border-color: #250DF8;
}
</style>