Shades of Persian Blue #0435EF
Tints of Persian Blue #0435EF
RGB
CMYK
RGB Variations
Color information
#0435EF (or 0x0435EF) is known color: Persian Blue. HEX triplet: 04, 35 and EF. RGB value is (4,53,239). Sum of RGB (Red+Green+Blue) = 4+53+239=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #0435EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0435EF is #FBCA10. Grayscale: #3A3A3A. Windows color (decimal): -16501265 or 15676676. OLE color: 15676676.
HSL color Cylindrical-coordinate representation of color #0435EF: hue angle of 227.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0435EF is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 53 | 239 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.06 |
| HSL | 227.49º | 0.97% | 0.48% | - |
| HSV(B) | 227.49º | 0.98% | 0.94% | - |
| XYZ | 16.9 | 8.8 | 82.47 | - |
| YUV | 59.55 | 229.27 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 239 | 0.98 | 0.78 | 0 | 0.06 | 227.49 | 0.97 | 0.48 |
| Hex | 4 | 35 | EF | 62 | 4E | 0 | 6 | E3 | 61 | 30 |
| Octal | 4 | 65 | 357 | 142 | 116 | 0 | 6 | 343 | 141 | 60 |
| Binary | 100 | 110101 | 11101111 | 1100010 | 1001110 | 0 | 110 | 11100011 | 1100001 | 110000 |
Color Harmonies of #0435EF
Complementary color
Monochromatic Colors of #0435EF
Black with #0435EF
Text Example
Text Example
White with #0435EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0435EF; }
p { color: rgb(4,53,239); }
H1.HeaderClassName
{
color: #0435EF;
}
.AnyTagClassName
{
color: #0435EF;
}
</style>
background-color css
<style>
a { background-color: #0435EF; }
a { background-color: rgb(4,53,239); }
div.DivClassName
{
background-color: #0435EF;
}
.BgClassName
{
background-color: #0435EF;
}
</style>
border-color css
<style>
span { border-color: #0435EF; }
span { border-color: rgb(4,53,239); }
td.TdClassName
{
border-color: #0435EF;
}
.TagClassName
{
border-color: #0435EF;
}
</style>