Shades of Persian Blue #282DD8
Tints of Persian Blue #282DD8
RGB
CMYK
RGB Variations
Color information
#282DD8 (or 0x282DD8) is known color: Persian Blue. HEX triplet: 28, 2D and D8. RGB value is (40,45,216). Sum of RGB (Red+Green+Blue) = 40+45+216=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #282DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DD8 is #D7D227. Grayscale: #3E3E3E. Windows color (decimal): -14144040 or 14167336. OLE color: 14167336.
HSL color Cylindrical-coordinate representation of color #282DD8: hue angle of 238.3º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #282DD8 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 45 | 216 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.15 |
| HSL | 238.3º | 0.69% | 0.5% | - |
| HSV(B) | 238.3º | 0.81% | 0.85% | - |
| XYZ | 14.21 | 7.29 | 65.62 | - |
| YUV | 63 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 216 | 0.81 | 0.79 | 0 | 0.15 | 238.3 | 0.69 | 0.5 |
| Hex | 28 | 2D | D8 | 51 | 4F | 0 | F | EE | 45 | 32 |
| Octal | 50 | 55 | 330 | 121 | 117 | 0 | 17 | 356 | 105 | 62 |
| Binary | 101000 | 101101 | 11011000 | 1010001 | 1001111 | 0 | 1111 | 11101110 | 1000101 | 110010 |
Color Harmonies of #282DD8
Complementary color
Monochromatic Colors of #282DD8
Black with #282DD8
Text Example
Text Example
White with #282DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DD8; }
p { color: rgb(40,45,216); }
H1.HeaderClassName
{
color: #282DD8;
}
.AnyTagClassName
{
color: #282DD8;
}
</style>
background-color css
<style>
a { background-color: #282DD8; }
a { background-color: rgb(40,45,216); }
div.DivClassName
{
background-color: #282DD8;
}
.BgClassName
{
background-color: #282DD8;
}
</style>
border-color css
<style>
span { border-color: #282DD8; }
span { border-color: rgb(40,45,216); }
td.TdClassName
{
border-color: #282DD8;
}
.TagClassName
{
border-color: #282DD8;
}
</style>