Shades of Blue #250DFB
Tints of Blue #250DFB
RGB
CMYK
RGB Variations
Color information
#250DFB (or 0x250DFB) is known color: Blue. HEX triplet: 25, 0D and FB. RGB value is (37,13,251). Sum of RGB (Red+Green+Blue) = 37+13+251=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #250DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250DFB is #DAF204. Grayscale: #2E2E2E. Windows color (decimal): -14348805 or 16452901. OLE color: 16452901.
HSL color Cylindrical-coordinate representation of color #250DFB: hue angle of 246.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250DFB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 13 | 251 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.02 |
| HSL | 246.05º | 0.97% | 0.52% | - |
| HSV(B) | 246.05º | 0.95% | 0.98% | - |
| XYZ | 18.32 | 7.65 | 91.78 | - |
| YUV | 47.31 | 242.95 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 251 | 0.85 | 0.95 | 0 | 0.02 | 246.05 | 0.97 | 0.52 |
| Hex | 25 | D | FB | 55 | 5F | 0 | 2 | F6 | 61 | 34 |
| Octal | 45 | 15 | 373 | 125 | 137 | 0 | 2 | 366 | 141 | 64 |
| Binary | 100101 | 1101 | 11111011 | 1010101 | 1011111 | 0 | 10 | 11110110 | 1100001 | 110100 |
Color Harmonies of #250DFB
Complementary color
Monochromatic Colors of #250DFB
Black with #250DFB
Text Example
Text Example
White with #250DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DFB; }
p { color: rgb(37,13,251); }
H1.HeaderClassName
{
color: #250DFB;
}
.AnyTagClassName
{
color: #250DFB;
}
</style>
background-color css
<style>
a { background-color: #250DFB; }
a { background-color: rgb(37,13,251); }
div.DivClassName
{
background-color: #250DFB;
}
.BgClassName
{
background-color: #250DFB;
}
</style>
border-color css
<style>
span { border-color: #250DFB; }
span { border-color: rgb(37,13,251); }
td.TdClassName
{
border-color: #250DFB;
}
.TagClassName
{
border-color: #250DFB;
}
</style>