Shades of Deep Sky Blue #03A3F1
Tints of Deep Sky Blue #03A3F1
RGB
CMYK
RGB Variations
Color information
#03A3F1 (or 0x03A3F1) is known color: Deep Sky Blue. HEX triplet: 03, A3 and F1. RGB value is (3,163,241). Sum of RGB (Red+Green+Blue) = 3+163+241=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #03A3F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A3F1 is #FC5C0E. Grayscale: #7B7B7B. Windows color (decimal): -16538639 or 15835907. OLE color: 15835907.
HSL color Cylindrical-coordinate representation of color #03A3F1: hue angle of 199.66º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A3F1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 163 | 241 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.05 |
| HSL | 199.66º | 0.98% | 0.48% | - |
| HSV(B) | 199.66º | 0.99% | 0.95% | - |
| XYZ | 29.01 | 32.56 | 87.98 | - |
| YUV | 124.05 | 193.99 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 241 | 0.99 | 0.32 | 0 | 0.05 | 199.66 | 0.98 | 0.48 |
| Hex | 3 | A3 | F1 | 63 | 20 | 0 | 5 | C8 | 62 | 30 |
| Octal | 3 | 243 | 361 | 143 | 40 | 0 | 5 | 310 | 142 | 60 |
| Binary | 11 | 10100011 | 11110001 | 1100011 | 100000 | 0 | 101 | 11001000 | 1100010 | 110000 |
Color Harmonies of #03A3F1
Complementary color
Monochromatic Colors of #03A3F1
Black with #03A3F1
Text Example
Text Example
White with #03A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A3F1; }
p { color: rgb(3,163,241); }
H1.HeaderClassName
{
color: #03A3F1;
}
.AnyTagClassName
{
color: #03A3F1;
}
</style>
background-color css
<style>
a { background-color: #03A3F1; }
a { background-color: rgb(3,163,241); }
div.DivClassName
{
background-color: #03A3F1;
}
.BgClassName
{
background-color: #03A3F1;
}
</style>
border-color css
<style>
span { border-color: #03A3F1; }
span { border-color: rgb(3,163,241); }
td.TdClassName
{
border-color: #03A3F1;
}
.TagClassName
{
border-color: #03A3F1;
}
</style>