Shades of Persian Blue #023BDD
Tints of Persian Blue #023BDD
RGB
CMYK
RGB Variations
Color information
#023BDD (or 0x023BDD) is known color: Persian Blue. HEX triplet: 02, 3B and DD. RGB value is (2,59,221). Sum of RGB (Red+Green+Blue) = 2+59+221=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #023BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BDD is #FDC422. Grayscale: #3B3B3B. Windows color (decimal): -16630819 or 14498562. OLE color: 14498562.
HSL color Cylindrical-coordinate representation of color #023BDD: hue angle of 224.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BDD is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 59 | 221 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.13 |
| HSL | 224.38º | 0.98% | 0.44% | - |
| HSV(B) | 224.38º | 0.99% | 0.87% | - |
| XYZ | 14.64 | 8.36 | 69.25 | - |
| YUV | 60.43 | 218.62 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 221 | 0.99 | 0.73 | 0 | 0.13 | 224.38 | 0.98 | 0.44 |
| Hex | 2 | 3B | DD | 63 | 49 | 0 | D | E0 | 62 | 2C |
| Octal | 2 | 73 | 335 | 143 | 111 | 0 | 15 | 340 | 142 | 54 |
| Binary | 10 | 111011 | 11011101 | 1100011 | 1001001 | 0 | 1101 | 11100000 | 1100010 | 101100 |
Color Harmonies of #023BDD
Complementary color
Monochromatic Colors of #023BDD
Black with #023BDD
Text Example
Text Example
White with #023BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BDD; }
p { color: rgb(2,59,221); }
H1.HeaderClassName
{
color: #023BDD;
}
.AnyTagClassName
{
color: #023BDD;
}
</style>
background-color css
<style>
a { background-color: #023BDD; }
a { background-color: rgb(2,59,221); }
div.DivClassName
{
background-color: #023BDD;
}
.BgClassName
{
background-color: #023BDD;
}
</style>
border-color css
<style>
span { border-color: #023BDD; }
span { border-color: rgb(2,59,221); }
td.TdClassName
{
border-color: #023BDD;
}
.TagClassName
{
border-color: #023BDD;
}
</style>