Shades of Blue #250CFF
Tints of Blue #250CFF
RGB
CMYK
RGB Variations
Color information
#250CFF (or 0x250CFF) is known color: Blue. HEX triplet: 25, 0C and FF. RGB value is (37,12,255). Sum of RGB (Red+Green+Blue) = 37+12+255=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #250CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CFF is #DAF300. Grayscale: #2E2E2E. Windows color (decimal): -14349057 or 16714789. OLE color: 16714789.
HSL color Cylindrical-coordinate representation of color #250CFF: hue angle of 246.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250CFF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 12 | 255 | - |
| CMYK | 0.85 | 0.95 | 0 | 0 |
| HSL | 246.17º | 1% | 0.52% | - |
| HSV(B) | 246.17º | 0.95% | 1% | - |
| XYZ | 18.94 | 7.88 | 95.13 | - |
| YUV | 47.18 | 245.28 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 255 | 0.85 | 0.95 | 0 | 0 | 246.17 | 1 | 0.52 |
| Hex | 25 | C | FF | 55 | 5F | 0 | 0 | F6 | 64 | 34 |
| Octal | 45 | 14 | 377 | 125 | 137 | 0 | 0 | 366 | 144 | 64 |
| Binary | 100101 | 1100 | 11111111 | 1010101 | 1011111 | 0 | 0 | 11110110 | 1100100 | 110100 |
Color Harmonies of #250CFF
Complementary color
Monochromatic Colors of #250CFF
Black with #250CFF
Text Example
Text Example
White with #250CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CFF; }
p { color: rgb(37,12,255); }
H1.HeaderClassName
{
color: #250CFF;
}
.AnyTagClassName
{
color: #250CFF;
}
</style>
background-color css
<style>
a { background-color: #250CFF; }
a { background-color: rgb(37,12,255); }
div.DivClassName
{
background-color: #250CFF;
}
.BgClassName
{
background-color: #250CFF;
}
</style>
border-color css
<style>
span { border-color: #250CFF; }
span { border-color: rgb(37,12,255); }
td.TdClassName
{
border-color: #250CFF;
}
.TagClassName
{
border-color: #250CFF;
}
</style>