Shades of Persian Blue #062DDF
Tints of Persian Blue #062DDF
RGB
CMYK
RGB Variations
Color information
#062DDF (or 0x062DDF) is known color: Persian Blue. HEX triplet: 06, 2D and DF. RGB value is (6,45,223). Sum of RGB (Red+Green+Blue) = 6+45+223=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #062DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDF is #F9D220. Grayscale: #343434. Windows color (decimal): -16372257 or 14626054. OLE color: 14626054.
HSL color Cylindrical-coordinate representation of color #062DDF: hue angle of 229.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DDF is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 45 | 223 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.13 |
| HSL | 229.22º | 0.95% | 0.45% | - |
| HSV(B) | 229.22º | 0.97% | 0.87% | - |
| XYZ | 14.33 | 7.24 | 70.45 | - |
| YUV | 53.63 | 223.58 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 223 | 0.97 | 0.80 | 0 | 0.13 | 229.22 | 0.95 | 0.45 |
| Hex | 6 | 2D | DF | 61 | 50 | 0 | D | E5 | 5F | 2D |
| Octal | 6 | 55 | 337 | 141 | 120 | 0 | 15 | 345 | 137 | 55 |
| Binary | 110 | 101101 | 11011111 | 1100001 | 1010000 | 0 | 1101 | 11100101 | 1011111 | 101101 |
Color Harmonies of #062DDF
Complementary color
Monochromatic Colors of #062DDF
Black with #062DDF
Text Example
Text Example
White with #062DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DDF; }
p { color: rgb(6,45,223); }
H1.HeaderClassName
{
color: #062DDF;
}
.AnyTagClassName
{
color: #062DDF;
}
</style>
background-color css
<style>
a { background-color: #062DDF; }
a { background-color: rgb(6,45,223); }
div.DivClassName
{
background-color: #062DDF;
}
.BgClassName
{
background-color: #062DDF;
}
</style>
border-color css
<style>
span { border-color: #062DDF; }
span { border-color: rgb(6,45,223); }
td.TdClassName
{
border-color: #062DDF;
}
.TagClassName
{
border-color: #062DDF;
}
</style>