Shades of Blue #0F3EFD
Tints of Blue #0F3EFD
RGB
CMYK
RGB Variations
Color information
#0F3EFD (or 0x0F3EFD) is known color: Blue. HEX triplet: 0F, 3E and FD. RGB value is (15,62,253). Sum of RGB (Red+Green+Blue) = 15+62+253=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F3EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3EFD is #F0C102. Grayscale: #444444. Windows color (decimal): -15778051 or 16596495. OLE color: 16596495.
HSL color Cylindrical-coordinate representation of color #0F3EFD: hue angle of 228.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3EFD is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 62 | 253 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.01 |
| HSL | 228.15º | 0.98% | 0.53% | - |
| HSV(B) | 228.15º | 0.94% | 0.99% | - |
| XYZ | 19.65 | 10.64 | 93.95 | - |
| YUV | 69.72 | 231.43 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 253 | 0.94 | 0.75 | 0 | 0.01 | 228.15 | 0.98 | 0.53 |
| Hex | F | 3E | FD | 5E | 4B | 0 | 1 | E4 | 62 | 35 |
| Octal | 17 | 76 | 375 | 136 | 113 | 0 | 1 | 344 | 142 | 65 |
| Binary | 1111 | 111110 | 11111101 | 1011110 | 1001011 | 0 | 1 | 11100100 | 1100010 | 110101 |
Color Harmonies of #0F3EFD
Complementary color
Monochromatic Colors of #0F3EFD
Black with #0F3EFD
Text Example
Text Example
White with #0F3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3EFD; }
p { color: rgb(15,62,253); }
H1.HeaderClassName
{
color: #0F3EFD;
}
.AnyTagClassName
{
color: #0F3EFD;
}
</style>
background-color css
<style>
a { background-color: #0F3EFD; }
a { background-color: rgb(15,62,253); }
div.DivClassName
{
background-color: #0F3EFD;
}
.BgClassName
{
background-color: #0F3EFD;
}
</style>
border-color css
<style>
span { border-color: #0F3EFD; }
span { border-color: rgb(15,62,253); }
td.TdClassName
{
border-color: #0F3EFD;
}
.TagClassName
{
border-color: #0F3EFD;
}
</style>