Shades of Persian Blue #282ED9
Tints of Persian Blue #282ED9
RGB
CMYK
RGB Variations
Color information
#282ED9 (or 0x282ED9) is known color: Persian Blue. HEX triplet: 28, 2E and D9. RGB value is (40,46,217). Sum of RGB (Red+Green+Blue) = 40+46+217=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #282ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ED9 is #D7D126. Grayscale: #3F3F3F. Windows color (decimal): -14143783 or 14233128. OLE color: 14233128.
HSL color Cylindrical-coordinate representation of color #282ED9: hue angle of 237.97º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282ED9 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 46 | 217 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.15 |
| HSL | 237.97º | 0.7% | 0.5% | - |
| HSV(B) | 237.97º | 0.82% | 0.85% | - |
| XYZ | 14.38 | 7.41 | 66.32 | - |
| YUV | 63.7 | 214.51 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 217 | 0.82 | 0.79 | 0 | 0.15 | 237.97 | 0.7 | 0.5 |
| Hex | 28 | 2E | D9 | 52 | 4F | 0 | F | EE | 46 | 32 |
| Octal | 50 | 56 | 331 | 122 | 117 | 0 | 17 | 356 | 106 | 62 |
| Binary | 101000 | 101110 | 11011001 | 1010010 | 1001111 | 0 | 1111 | 11101110 | 1000110 | 110010 |
Color Harmonies of #282ED9
Complementary color
Monochromatic Colors of #282ED9
Black with #282ED9
Text Example
Text Example
White with #282ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ED9; }
p { color: rgb(40,46,217); }
H1.HeaderClassName
{
color: #282ED9;
}
.AnyTagClassName
{
color: #282ED9;
}
</style>
background-color css
<style>
a { background-color: #282ED9; }
a { background-color: rgb(40,46,217); }
div.DivClassName
{
background-color: #282ED9;
}
.BgClassName
{
background-color: #282ED9;
}
</style>
border-color css
<style>
span { border-color: #282ED9; }
span { border-color: rgb(40,46,217); }
td.TdClassName
{
border-color: #282ED9;
}
.TagClassName
{
border-color: #282ED9;
}
</style>