Shades of Persian Blue #102FDE
Tints of Persian Blue #102FDE
RGB
CMYK
RGB Variations
Color information
#102FDE (or 0x102FDE) is known color: Persian Blue. HEX triplet: 10, 2F and DE. RGB value is (16,47,222). Sum of RGB (Red+Green+Blue) = 16+47+222=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #102FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FDE is #EFD021. Grayscale: #383838. Windows color (decimal): -15716386 or 14561040. OLE color: 14561040.
HSL color Cylindrical-coordinate representation of color #102FDE: hue angle of 230.97º 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 #102FDE is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 47 | 222 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.13 |
| HSL | 230.97º | 0.87% | 0.47% | - |
| HSV(B) | 230.97º | 0.93% | 0.87% | - |
| XYZ | 14.42 | 7.42 | 69.78 | - |
| YUV | 57.68 | 220.73 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 222 | 0.93 | 0.79 | 0 | 0.13 | 230.97 | 0.87 | 0.47 |
| Hex | 10 | 2F | DE | 5D | 4F | 0 | D | E7 | 57 | 2F |
| Octal | 20 | 57 | 336 | 135 | 117 | 0 | 15 | 347 | 127 | 57 |
| Binary | 10000 | 101111 | 11011110 | 1011101 | 1001111 | 0 | 1101 | 11100111 | 1010111 | 101111 |
Color Harmonies of #102FDE
Complementary color
Monochromatic Colors of #102FDE
Black with #102FDE
Text Example
Text Example
White with #102FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FDE; }
p { color: rgb(16,47,222); }
H1.HeaderClassName
{
color: #102FDE;
}
.AnyTagClassName
{
color: #102FDE;
}
</style>
background-color css
<style>
a { background-color: #102FDE; }
a { background-color: rgb(16,47,222); }
div.DivClassName
{
background-color: #102FDE;
}
.BgClassName
{
background-color: #102FDE;
}
</style>
border-color css
<style>
span { border-color: #102FDE; }
span { border-color: rgb(16,47,222); }
td.TdClassName
{
border-color: #102FDE;
}
.TagClassName
{
border-color: #102FDE;
}
</style>