Shades of Persian Blue #023DD2
Tints of Persian Blue #023DD2
RGB
CMYK
RGB Variations
Color information
#023DD2 (or 0x023DD2) is known color: Persian Blue. HEX triplet: 02, 3D and D2. RGB value is (2,61,210). Sum of RGB (Red+Green+Blue) = 2+61+210=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #023DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DD2 is #FDC22D. Grayscale: #3B3B3B. Windows color (decimal): -16630318 or 13778178. OLE color: 13778178.
HSL color Cylindrical-coordinate representation of color #023DD2: hue angle of 222.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DD2 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 61 | 210 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.18 |
| HSL | 222.98º | 0.98% | 0.42% | - |
| HSV(B) | 222.98º | 0.99% | 0.82% | - |
| XYZ | 13.33 | 8 | 61.82 | - |
| YUV | 60.35 | 212.45 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 210 | 0.99 | 0.71 | 0 | 0.18 | 222.98 | 0.98 | 0.42 |
| Hex | 2 | 3D | D2 | 63 | 47 | 0 | 12 | DF | 62 | 2A |
| Octal | 2 | 75 | 322 | 143 | 107 | 0 | 22 | 337 | 142 | 52 |
| Binary | 10 | 111101 | 11010010 | 1100011 | 1000111 | 0 | 10010 | 11011111 | 1100010 | 101010 |
Color Harmonies of #023DD2
Complementary color
Monochromatic Colors of #023DD2
Black with #023DD2
Text Example
Text Example
White with #023DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DD2; }
p { color: rgb(2,61,210); }
H1.HeaderClassName
{
color: #023DD2;
}
.AnyTagClassName
{
color: #023DD2;
}
</style>
background-color css
<style>
a { background-color: #023DD2; }
a { background-color: rgb(2,61,210); }
div.DivClassName
{
background-color: #023DD2;
}
.BgClassName
{
background-color: #023DD2;
}
</style>
border-color css
<style>
span { border-color: #023DD2; }
span { border-color: rgb(2,61,210); }
td.TdClassName
{
border-color: #023DD2;
}
.TagClassName
{
border-color: #023DD2;
}
</style>