Shades of Persian Blue #0A3DED
Tints of Persian Blue #0A3DED
RGB
CMYK
RGB Variations
Color information
#0A3DED (or 0x0A3DED) is known color: Persian Blue. HEX triplet: 0A, 3D and ED. RGB value is (10,61,237). Sum of RGB (Red+Green+Blue) = 10+61+237=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #0A3DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3DED is #F5C212. Grayscale: #414141. Windows color (decimal): -16106003 or 15547658. OLE color: 15547658.
HSL color Cylindrical-coordinate representation of color #0A3DED: hue angle of 226.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3DED is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 61 | 237 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.07 |
| HSL | 226.52º | 0.92% | 0.48% | - |
| HSV(B) | 226.52º | 0.96% | 0.93% | - |
| XYZ | 17.08 | 9.52 | 81.06 | - |
| YUV | 65.82 | 224.6 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 237 | 0.96 | 0.74 | 0 | 0.07 | 226.52 | 0.92 | 0.48 |
| Hex | A | 3D | ED | 60 | 4A | 0 | 7 | E3 | 5C | 30 |
| Octal | 12 | 75 | 355 | 140 | 112 | 0 | 7 | 343 | 134 | 60 |
| Binary | 1010 | 111101 | 11101101 | 1100000 | 1001010 | 0 | 111 | 11100011 | 1011100 | 110000 |
Color Harmonies of #0A3DED
Complementary color
Monochromatic Colors of #0A3DED
Black with #0A3DED
Text Example
Text Example
White with #0A3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3DED; }
p { color: rgb(10,61,237); }
H1.HeaderClassName
{
color: #0A3DED;
}
.AnyTagClassName
{
color: #0A3DED;
}
</style>
background-color css
<style>
a { background-color: #0A3DED; }
a { background-color: rgb(10,61,237); }
div.DivClassName
{
background-color: #0A3DED;
}
.BgClassName
{
background-color: #0A3DED;
}
</style>
border-color css
<style>
span { border-color: #0A3DED; }
span { border-color: rgb(10,61,237); }
td.TdClassName
{
border-color: #0A3DED;
}
.TagClassName
{
border-color: #0A3DED;
}
</style>