Shades of Persian Blue #102DDE
Tints of Persian Blue #102DDE
RGB
CMYK
RGB Variations
Color information
#102DDE (or 0x102DDE) is known color: Persian Blue. HEX triplet: 10, 2D and DE. RGB value is (16,45,222). Sum of RGB (Red+Green+Blue) = 16+45+222=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #102DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DDE is #EFD221. Grayscale: #373737. Windows color (decimal): -15716898 or 14560528. OLE color: 14560528.
HSL color Cylindrical-coordinate representation of color #102DDE: hue angle of 231.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102DDE is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 45 | 222 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.13 |
| HSL | 231.55º | 0.87% | 0.47% | - |
| HSV(B) | 231.55º | 0.93% | 0.87% | - |
| XYZ | 14.34 | 7.26 | 69.75 | - |
| YUV | 56.51 | 221.39 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 222 | 0.93 | 0.80 | 0 | 0.13 | 231.55 | 0.87 | 0.47 |
| Hex | 10 | 2D | DE | 5D | 50 | 0 | D | E8 | 57 | 2F |
| Octal | 20 | 55 | 336 | 135 | 120 | 0 | 15 | 350 | 127 | 57 |
| Binary | 10000 | 101101 | 11011110 | 1011101 | 1010000 | 0 | 1101 | 11101000 | 1010111 | 101111 |
Color Harmonies of #102DDE
Complementary color
Monochromatic Colors of #102DDE
Black with #102DDE
Text Example
Text Example
White with #102DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DDE; }
p { color: rgb(16,45,222); }
H1.HeaderClassName
{
color: #102DDE;
}
.AnyTagClassName
{
color: #102DDE;
}
</style>
background-color css
<style>
a { background-color: #102DDE; }
a { background-color: rgb(16,45,222); }
div.DivClassName
{
background-color: #102DDE;
}
.BgClassName
{
background-color: #102DDE;
}
</style>
border-color css
<style>
span { border-color: #102DDE; }
span { border-color: rgb(16,45,222); }
td.TdClassName
{
border-color: #102DDE;
}
.TagClassName
{
border-color: #102DDE;
}
</style>