Shades of Pacific Blue #03A2DD
Tints of Pacific Blue #03A2DD
RGB
CMYK
RGB Variations
Color information
#03A2DD (or 0x03A2DD) is known color: Pacific Blue. HEX triplet: 03, A2 and DD. RGB value is (3,162,221). Sum of RGB (Red+Green+Blue) = 3+162+221=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #03A2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2DD is #FC5D22. Grayscale: #787878. Windows color (decimal): -16538915 or 14524931. OLE color: 14524931.
HSL color Cylindrical-coordinate representation of color #03A2DD: hue angle of 196.24º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A2DD is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 162 | 221 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.13 |
| HSL | 196.24º | 0.97% | 0.44% | - |
| HSV(B) | 196.24º | 0.99% | 0.87% | - |
| XYZ | 26.01 | 31.08 | 73.03 | - |
| YUV | 121.19 | 184.32 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 221 | 0.99 | 0.27 | 0 | 0.13 | 196.24 | 0.97 | 0.44 |
| Hex | 3 | A2 | DD | 63 | 1B | 0 | D | C4 | 61 | 2C |
| Octal | 3 | 242 | 335 | 143 | 33 | 0 | 15 | 304 | 141 | 54 |
| Binary | 11 | 10100010 | 11011101 | 1100011 | 11011 | 0 | 1101 | 11000100 | 1100001 | 101100 |
Color Harmonies of #03A2DD
Complementary color
Monochromatic Colors of #03A2DD
Black with #03A2DD
Text Example
Text Example
White with #03A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2DD; }
p { color: rgb(3,162,221); }
H1.HeaderClassName
{
color: #03A2DD;
}
.AnyTagClassName
{
color: #03A2DD;
}
</style>
background-color css
<style>
a { background-color: #03A2DD; }
a { background-color: rgb(3,162,221); }
div.DivClassName
{
background-color: #03A2DD;
}
.BgClassName
{
background-color: #03A2DD;
}
</style>
border-color css
<style>
span { border-color: #03A2DD; }
span { border-color: rgb(3,162,221); }
td.TdClassName
{
border-color: #03A2DD;
}
.TagClassName
{
border-color: #03A2DD;
}
</style>