Shades of Pacific Blue #0491DD
Tints of Pacific Blue #0491DD
RGB
CMYK
RGB Variations
Color information
#0491DD (or 0x0491DD) is known color: Pacific Blue. HEX triplet: 04, 91 and DD. RGB value is (4,145,221). Sum of RGB (Red+Green+Blue) = 4+145+221=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #0491DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0491DD is #FB6E22. Grayscale: #6F6F6F. Windows color (decimal): -16477731 or 14520580. OLE color: 14520580.
HSL color Cylindrical-coordinate representation of color #0491DD: hue angle of 201.01º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491DD is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 145 | 221 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.13 |
| HSL | 201.01º | 0.96% | 0.44% | - |
| HSV(B) | 201.01º | 0.98% | 0.87% | - |
| XYZ | 23.23 | 25.5 | 72.1 | - |
| YUV | 111.51 | 189.79 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 221 | 0.98 | 0.34 | 0 | 0.13 | 201.01 | 0.96 | 0.44 |
| Hex | 4 | 91 | DD | 62 | 22 | 0 | D | C9 | 60 | 2C |
| Octal | 4 | 221 | 335 | 142 | 42 | 0 | 15 | 311 | 140 | 54 |
| Binary | 100 | 10010001 | 11011101 | 1100010 | 100010 | 0 | 1101 | 11001001 | 1100000 | 101100 |
Color Harmonies of #0491DD
Complementary color
Monochromatic Colors of #0491DD
Black with #0491DD
Text Example
Text Example
White with #0491DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0491DD; }
p { color: rgb(4,145,221); }
H1.HeaderClassName
{
color: #0491DD;
}
.AnyTagClassName
{
color: #0491DD;
}
</style>
background-color css
<style>
a { background-color: #0491DD; }
a { background-color: rgb(4,145,221); }
div.DivClassName
{
background-color: #0491DD;
}
.BgClassName
{
background-color: #0491DD;
}
</style>
border-color css
<style>
span { border-color: #0491DD; }
span { border-color: rgb(4,145,221); }
td.TdClassName
{
border-color: #0491DD;
}
.TagClassName
{
border-color: #0491DD;
}
</style>