Shades of Pacific Blue #0495DA
Tints of Pacific Blue #0495DA
RGB
CMYK
RGB Variations
Color information
#0495DA (or 0x0495DA) is known color: Pacific Blue. HEX triplet: 04, 95 and DA. RGB value is (4,149,218). Sum of RGB (Red+Green+Blue) = 4+149+218=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #0495DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495DA is #FB6A25. Grayscale: #717171. Windows color (decimal): -16476710 or 14324996. OLE color: 14324996.
HSL color Cylindrical-coordinate representation of color #0495DA: hue angle of 199.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495DA is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 149 | 218 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.15 |
| HSL | 199.35º | 0.96% | 0.44% | - |
| HSV(B) | 199.35º | 0.98% | 0.85% | - |
| XYZ | 23.45 | 26.58 | 70.22 | - |
| YUV | 113.51 | 186.96 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 218 | 0.98 | 0.32 | 0 | 0.15 | 199.35 | 0.96 | 0.44 |
| Hex | 4 | 95 | DA | 62 | 20 | 0 | F | C7 | 60 | 2C |
| Octal | 4 | 225 | 332 | 142 | 40 | 0 | 17 | 307 | 140 | 54 |
| Binary | 100 | 10010101 | 11011010 | 1100010 | 100000 | 0 | 1111 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0495DA
Complementary color
Monochromatic Colors of #0495DA
Black with #0495DA
Text Example
Text Example
White with #0495DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495DA; }
p { color: rgb(4,149,218); }
H1.HeaderClassName
{
color: #0495DA;
}
.AnyTagClassName
{
color: #0495DA;
}
</style>
background-color css
<style>
a { background-color: #0495DA; }
a { background-color: rgb(4,149,218); }
div.DivClassName
{
background-color: #0495DA;
}
.BgClassName
{
background-color: #0495DA;
}
</style>
border-color css
<style>
span { border-color: #0495DA; }
span { border-color: rgb(4,149,218); }
td.TdClassName
{
border-color: #0495DA;
}
.TagClassName
{
border-color: #0495DA;
}
</style>