Shades of Persian Blue #002BDF
Tints of Persian Blue #002BDF
RGB
CMYK
RGB Variations
Color information
#002BDF (or 0x002BDF) is known color: Persian Blue. HEX triplet: 00, 2B and DF. RGB value is (0,43,223). Sum of RGB (Red+Green+Blue) = 0+43+223=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #002BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BDF is #FFD420. Grayscale: #313131. Windows color (decimal): -16765985 or 14625536. OLE color: 14625536.
HSL color Cylindrical-coordinate representation of color #002BDF: hue angle of 228.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BDF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 43 | 223 | - |
| CMYK | 1 | 0.81 | 0 | 0.13 |
| HSL | 228.43º | 1% | 0.44% | - |
| HSV(B) | 228.43º | 1% | 0.87% | - |
| XYZ | 14.18 | 7.06 | 70.43 | - |
| YUV | 50.66 | 225.25 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 223 | 1 | 0.81 | 0 | 0.13 | 228.43 | 1 | 0.44 |
| Hex | 0 | 2B | DF | 64 | 51 | 0 | D | E4 | 64 | 2C |
| Octal | 0 | 53 | 337 | 144 | 121 | 0 | 15 | 344 | 144 | 54 |
| Binary | 0 | 101011 | 11011111 | 1100100 | 1010001 | 0 | 1101 | 11100100 | 1100100 | 101100 |
Color Harmonies of #002BDF
Complementary color
Monochromatic Colors of #002BDF
Black with #002BDF
Text Example
Text Example
White with #002BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BDF; }
p { color: rgb(0,43,223); }
H1.HeaderClassName
{
color: #002BDF;
}
.AnyTagClassName
{
color: #002BDF;
}
</style>
background-color css
<style>
a { background-color: #002BDF; }
a { background-color: rgb(0,43,223); }
div.DivClassName
{
background-color: #002BDF;
}
.BgClassName
{
background-color: #002BDF;
}
</style>
border-color css
<style>
span { border-color: #002BDF; }
span { border-color: rgb(0,43,223); }
td.TdClassName
{
border-color: #002BDF;
}
.TagClassName
{
border-color: #002BDF;
}
</style>