Shades of Blue #0F38FC
Tints of Blue #0F38FC
RGB
CMYK
RGB Variations
Color information
#0F38FC (or 0x0F38FC) is known color: Blue. HEX triplet: 0F, 38 and FC. RGB value is (15,56,252). Sum of RGB (Red+Green+Blue) = 15+56+252=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F38FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F38FC is #F0C703. Grayscale: #414141. Windows color (decimal): -15779588 or 16529423. OLE color: 16529423.
HSL color Cylindrical-coordinate representation of color #0F38FC: hue angle of 229.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F38FC is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 56 | 252 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.01 |
| HSL | 229.62º | 0.98% | 0.52% | - |
| HSV(B) | 229.62º | 0.94% | 0.99% | - |
| XYZ | 19.18 | 9.96 | 93.01 | - |
| YUV | 66.09 | 232.92 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 252 | 0.94 | 0.78 | 0 | 0.01 | 229.62 | 0.98 | 0.52 |
| Hex | F | 38 | FC | 5E | 4E | 0 | 1 | E6 | 62 | 34 |
| Octal | 17 | 70 | 374 | 136 | 116 | 0 | 1 | 346 | 142 | 64 |
| Binary | 1111 | 111000 | 11111100 | 1011110 | 1001110 | 0 | 1 | 11100110 | 1100010 | 110100 |
Color Harmonies of #0F38FC
Complementary color
Monochromatic Colors of #0F38FC
Black with #0F38FC
Text Example
Text Example
White with #0F38FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F38FC; }
p { color: rgb(15,56,252); }
H1.HeaderClassName
{
color: #0F38FC;
}
.AnyTagClassName
{
color: #0F38FC;
}
</style>
background-color css
<style>
a { background-color: #0F38FC; }
a { background-color: rgb(15,56,252); }
div.DivClassName
{
background-color: #0F38FC;
}
.BgClassName
{
background-color: #0F38FC;
}
</style>
border-color css
<style>
span { border-color: #0F38FC; }
span { border-color: rgb(15,56,252); }
td.TdClassName
{
border-color: #0F38FC;
}
.TagClassName
{
border-color: #0F38FC;
}
</style>