Shades of Persian Blue #023BD0
Tints of Persian Blue #023BD0
RGB
CMYK
RGB Variations
Color information
#023BD0 (or 0x023BD0) is known color: Persian Blue. HEX triplet: 02, 3B and D0. RGB value is (2,59,208). Sum of RGB (Red+Green+Blue) = 2+59+208=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #023BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BD0 is #FDC42F. Grayscale: #3A3A3A. Windows color (decimal): -16630832 or 13646594. OLE color: 13646594.
HSL color Cylindrical-coordinate representation of color #023BD0: hue angle of 223.4º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BD0 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 59 | 208 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.18 |
| HSL | 223.4º | 0.98% | 0.41% | - |
| HSV(B) | 223.4º | 0.99% | 0.82% | - |
| XYZ | 12.97 | 7.69 | 60.48 | - |
| YUV | 58.94 | 212.12 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 208 | 0.99 | 0.72 | 0 | 0.18 | 223.4 | 0.98 | 0.41 |
| Hex | 2 | 3B | D0 | 63 | 48 | 0 | 12 | DF | 62 | 29 |
| Octal | 2 | 73 | 320 | 143 | 110 | 0 | 22 | 337 | 142 | 51 |
| Binary | 10 | 111011 | 11010000 | 1100011 | 1001000 | 0 | 10010 | 11011111 | 1100010 | 101001 |
Color Harmonies of #023BD0
Complementary color
Monochromatic Colors of #023BD0
Black with #023BD0
Text Example
Text Example
White with #023BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BD0; }
p { color: rgb(2,59,208); }
H1.HeaderClassName
{
color: #023BD0;
}
.AnyTagClassName
{
color: #023BD0;
}
</style>
background-color css
<style>
a { background-color: #023BD0; }
a { background-color: rgb(2,59,208); }
div.DivClassName
{
background-color: #023BD0;
}
.BgClassName
{
background-color: #023BD0;
}
</style>
border-color css
<style>
span { border-color: #023BD0; }
span { border-color: rgb(2,59,208); }
td.TdClassName
{
border-color: #023BD0;
}
.TagClassName
{
border-color: #023BD0;
}
</style>