Shades of Persian Blue #0428DE
Tints of Persian Blue #0428DE
RGB
CMYK
RGB Variations
Color information
#0428DE (or 0x0428DE) is known color: Persian Blue. HEX triplet: 04, 28 and DE. RGB value is (4,40,222). Sum of RGB (Red+Green+Blue) = 4+40+222=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #0428DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428DE is #FBD721. Grayscale: #313131. Windows color (decimal): -16504610 or 14559236. OLE color: 14559236.
HSL color Cylindrical-coordinate representation of color #0428DE: hue angle of 230.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0428DE is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 40 | 222 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.13 |
| HSL | 230.09º | 0.96% | 0.44% | - |
| HSV(B) | 230.09º | 0.98% | 0.87% | - |
| XYZ | 13.99 | 6.82 | 69.69 | - |
| YUV | 49.98 | 225.07 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 222 | 0.98 | 0.82 | 0 | 0.13 | 230.09 | 0.96 | 0.44 |
| Hex | 4 | 28 | DE | 62 | 52 | 0 | D | E6 | 60 | 2C |
| Octal | 4 | 50 | 336 | 142 | 122 | 0 | 15 | 346 | 140 | 54 |
| Binary | 100 | 101000 | 11011110 | 1100010 | 1010010 | 0 | 1101 | 11100110 | 1100000 | 101100 |
Color Harmonies of #0428DE
Complementary color
Monochromatic Colors of #0428DE
Black with #0428DE
Text Example
Text Example
White with #0428DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0428DE; }
p { color: rgb(4,40,222); }
H1.HeaderClassName
{
color: #0428DE;
}
.AnyTagClassName
{
color: #0428DE;
}
</style>
background-color css
<style>
a { background-color: #0428DE; }
a { background-color: rgb(4,40,222); }
div.DivClassName
{
background-color: #0428DE;
}
.BgClassName
{
background-color: #0428DE;
}
</style>
border-color css
<style>
span { border-color: #0428DE; }
span { border-color: rgb(4,40,222); }
td.TdClassName
{
border-color: #0428DE;
}
.TagClassName
{
border-color: #0428DE;
}
</style>