Shades of Persian Blue #0F2FDD
Tints of Persian Blue #0F2FDD
RGB
CMYK
RGB Variations
Color information
#0F2FDD (or 0x0F2FDD) is known color: Persian Blue. HEX triplet: 0F, 2F and DD. RGB value is (15,47,221). Sum of RGB (Red+Green+Blue) = 15+47+221=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F2FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2FDD is #F0D022. Grayscale: #383838. Windows color (decimal): -15781923 or 14495503. OLE color: 14495503.
HSL color Cylindrical-coordinate representation of color #0F2FDD: hue angle of 230.68º 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 #0F2FDD is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 47 | 221 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.13 |
| HSL | 230.68º | 0.87% | 0.46% | - |
| HSV(B) | 230.68º | 0.93% | 0.87% | - |
| XYZ | 14.26 | 7.36 | 69.07 | - |
| YUV | 57.27 | 220.4 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 221 | 0.93 | 0.79 | 0 | 0.13 | 230.68 | 0.87 | 0.46 |
| Hex | F | 2F | DD | 5D | 4F | 0 | D | E7 | 57 | 2E |
| Octal | 17 | 57 | 335 | 135 | 117 | 0 | 15 | 347 | 127 | 56 |
| Binary | 1111 | 101111 | 11011101 | 1011101 | 1001111 | 0 | 1101 | 11100111 | 1010111 | 101110 |
Color Harmonies of #0F2FDD
Complementary color
Monochromatic Colors of #0F2FDD
Black with #0F2FDD
Text Example
Text Example
White with #0F2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2FDD; }
p { color: rgb(15,47,221); }
H1.HeaderClassName
{
color: #0F2FDD;
}
.AnyTagClassName
{
color: #0F2FDD;
}
</style>
background-color css
<style>
a { background-color: #0F2FDD; }
a { background-color: rgb(15,47,221); }
div.DivClassName
{
background-color: #0F2FDD;
}
.BgClassName
{
background-color: #0F2FDD;
}
</style>
border-color css
<style>
span { border-color: #0F2FDD; }
span { border-color: rgb(15,47,221); }
td.TdClassName
{
border-color: #0F2FDD;
}
.TagClassName
{
border-color: #0F2FDD;
}
</style>