Shades of Blue #250AFE
Tints of Blue #250AFE
RGB
CMYK
RGB Variations
Color information
#250AFE (or 0x250AFE) is known color: Blue. HEX triplet: 25, 0A and FE. RGB value is (37,10,254). Sum of RGB (Red+Green+Blue) = 37+10+254=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #250AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250AFE is #DAF501. Grayscale: #2C2C2C. Windows color (decimal): -14349570 or 16648741. OLE color: 16648741.
HSL color Cylindrical-coordinate representation of color #250AFE: hue angle of 246.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250AFE is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 10 | 254 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.00 |
| HSL | 246.64º | 0.99% | 0.52% | - |
| HSV(B) | 246.64º | 0.96% | 1% | - |
| XYZ | 18.76 | 7.77 | 94.28 | - |
| YUV | 45.89 | 245.45 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 254 | 0.85 | 0.96 | 0 | 0.00 | 246.64 | 0.99 | 0.52 |
| Hex | 25 | A | FE | 55 | 60 | 0 | 0 | F7 | 63 | 34 |
| Octal | 45 | 12 | 376 | 125 | 140 | 0 | 0 | 367 | 143 | 64 |
| Binary | 100101 | 1010 | 11111110 | 1010101 | 1100000 | 0 | 0 | 11110111 | 1100011 | 110100 |
Color Harmonies of #250AFE
Complementary color
Monochromatic Colors of #250AFE
Black with #250AFE
Text Example
Text Example
White with #250AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250AFE; }
p { color: rgb(37,10,254); }
H1.HeaderClassName
{
color: #250AFE;
}
.AnyTagClassName
{
color: #250AFE;
}
</style>
background-color css
<style>
a { background-color: #250AFE; }
a { background-color: rgb(37,10,254); }
div.DivClassName
{
background-color: #250AFE;
}
.BgClassName
{
background-color: #250AFE;
}
</style>
border-color css
<style>
span { border-color: #250AFE; }
span { border-color: rgb(37,10,254); }
td.TdClassName
{
border-color: #250AFE;
}
.TagClassName
{
border-color: #250AFE;
}
</style>