Shades of Persian Blue #002BD8
Tints of Persian Blue #002BD8
RGB
CMYK
RGB Variations
Color information
#002BD8 (or 0x002BD8) is known color: Persian Blue. HEX triplet: 00, 2B and D8. RGB value is (0,43,216). Sum of RGB (Red+Green+Blue) = 0+43+216=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 216 (84.77% from 255 or 83.40% from 259); Max value from RGB is 216 - color contains mainly: blue. Hex color #002BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BD8 is #FFD427. Grayscale: #313131. Windows color (decimal): -16765992 or 14166784. OLE color: 14166784.
HSL color Cylindrical-coordinate representation of color #002BD8: hue angle of 228.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BD8 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 43 | 216 | - |
| CMYK | 1 | 0.80 | 0 | 0.15 |
| HSL | 228.06º | 1% | 0.42% | - |
| HSV(B) | 228.06º | 1% | 0.85% | - |
| XYZ | 13.26 | 6.69 | 65.56 | - |
| YUV | 49.87 | 221.75 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 216 | 1 | 0.80 | 0 | 0.15 | 228.06 | 1 | 0.42 |
| Hex | 0 | 2B | D8 | 64 | 50 | 0 | F | E4 | 64 | 2A |
| Octal | 0 | 53 | 330 | 144 | 120 | 0 | 17 | 344 | 144 | 52 |
| Binary | 0 | 101011 | 11011000 | 1100100 | 1010000 | 0 | 1111 | 11100100 | 1100100 | 101010 |
Color Harmonies of #002BD8
Complementary color
Monochromatic Colors of #002BD8
Black with #002BD8
Text Example
Text Example
White with #002BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BD8; }
p { color: rgb(0,43,216); }
H1.HeaderClassName
{
color: #002BD8;
}
.AnyTagClassName
{
color: #002BD8;
}
</style>
background-color css
<style>
a { background-color: #002BD8; }
a { background-color: rgb(0,43,216); }
div.DivClassName
{
background-color: #002BD8;
}
.BgClassName
{
background-color: #002BD8;
}
</style>
border-color css
<style>
span { border-color: #002BD8; }
span { border-color: rgb(0,43,216); }
td.TdClassName
{
border-color: #002BD8;
}
.TagClassName
{
border-color: #002BD8;
}
</style>