Shades of Blue #0F2AF8
Tints of Blue #0F2AF8
RGB
CMYK
RGB Variations
Color information
#0F2AF8 (or 0x0F2AF8) is known color: Blue. HEX triplet: 0F, 2A and F8. RGB value is (15,42,248). Sum of RGB (Red+Green+Blue) = 15+42+248=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 248 (97.27% from 255 or 81.31% from 305); Max value from RGB is 248 - color contains mainly: blue. Hex color #0F2AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2AF8 is #F0D507. Grayscale: #383838. Windows color (decimal): -15783176 or 16263695. OLE color: 16263695.
HSL color Cylindrical-coordinate representation of color #0F2AF8: hue angle of 233.05º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2AF8 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 42 | 248 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.03 |
| HSL | 233.05º | 0.94% | 0.52% | - |
| HSV(B) | 233.05º | 0.94% | 0.97% | - |
| XYZ | 17.97 | 8.53 | 89.51 | - |
| YUV | 57.41 | 235.55 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 248 | 0.94 | 0.83 | 0 | 0.03 | 233.05 | 0.94 | 0.52 |
| Hex | F | 2A | F8 | 5E | 53 | 0 | 3 | E9 | 5E | 34 |
| Octal | 17 | 52 | 370 | 136 | 123 | 0 | 3 | 351 | 136 | 64 |
| Binary | 1111 | 101010 | 11111000 | 1011110 | 1010011 | 0 | 11 | 11101001 | 1011110 | 110100 |
Color Harmonies of #0F2AF8
Complementary color
Monochromatic Colors of #0F2AF8
Black with #0F2AF8
Text Example
Text Example
White with #0F2AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AF8; }
p { color: rgb(15,42,248); }
H1.HeaderClassName
{
color: #0F2AF8;
}
.AnyTagClassName
{
color: #0F2AF8;
}
</style>
background-color css
<style>
a { background-color: #0F2AF8; }
a { background-color: rgb(15,42,248); }
div.DivClassName
{
background-color: #0F2AF8;
}
.BgClassName
{
background-color: #0F2AF8;
}
</style>
border-color css
<style>
span { border-color: #0F2AF8; }
span { border-color: rgb(15,42,248); }
td.TdClassName
{
border-color: #0F2AF8;
}
.TagClassName
{
border-color: #0F2AF8;
}
</style>