Shades of Persian Blue #0F3FDD
Tints of Persian Blue #0F3FDD
RGB
CMYK
RGB Variations
Color information
#0F3FDD (or 0x0F3FDD) is known color: Persian Blue. HEX triplet: 0F, 3F and DD. RGB value is (15,63,221). Sum of RGB (Red+Green+Blue) = 15+63+221=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F3FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3FDD is #F0C022. Grayscale: #414141. Windows color (decimal): -15777827 or 14499599. OLE color: 14499599.
HSL color Cylindrical-coordinate representation of color #0F3FDD: hue angle of 226.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3FDD is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 63 | 221 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.13 |
| HSL | 226.02º | 0.87% | 0.46% | - |
| HSV(B) | 226.02º | 0.93% | 0.87% | - |
| XYZ | 15.03 | 8.88 | 69.33 | - |
| YUV | 66.66 | 215.1 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 221 | 0.93 | 0.71 | 0 | 0.13 | 226.02 | 0.87 | 0.46 |
| Hex | F | 3F | DD | 5D | 47 | 0 | D | E2 | 57 | 2E |
| Octal | 17 | 77 | 335 | 135 | 107 | 0 | 15 | 342 | 127 | 56 |
| Binary | 1111 | 111111 | 11011101 | 1011101 | 1000111 | 0 | 1101 | 11100010 | 1010111 | 101110 |
Color Harmonies of #0F3FDD
Complementary color
Monochromatic Colors of #0F3FDD
Black with #0F3FDD
Text Example
Text Example
White with #0F3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3FDD; }
p { color: rgb(15,63,221); }
H1.HeaderClassName
{
color: #0F3FDD;
}
.AnyTagClassName
{
color: #0F3FDD;
}
</style>
background-color css
<style>
a { background-color: #0F3FDD; }
a { background-color: rgb(15,63,221); }
div.DivClassName
{
background-color: #0F3FDD;
}
.BgClassName
{
background-color: #0F3FDD;
}
</style>
border-color css
<style>
span { border-color: #0F3FDD; }
span { border-color: rgb(15,63,221); }
td.TdClassName
{
border-color: #0F3FDD;
}
.TagClassName
{
border-color: #0F3FDD;
}
</style>