Shades of Pacific Blue #0495DC
Tints of Pacific Blue #0495DC
RGB
CMYK
RGB Variations
Color information
#0495DC (or 0x0495DC) is known color: Pacific Blue. HEX triplet: 04, 95 and DC. RGB value is (4,149,220). Sum of RGB (Red+Green+Blue) = 4+149+220=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #0495DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495DC is #FB6A23. Grayscale: #717171. Windows color (decimal): -16476708 or 14456068. OLE color: 14456068.
HSL color Cylindrical-coordinate representation of color #0495DC: hue angle of 199.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495DC is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 149 | 220 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.14 |
| HSL | 199.72º | 0.96% | 0.44% | - |
| HSV(B) | 199.72º | 0.98% | 0.86% | - |
| XYZ | 23.72 | 26.69 | 71.61 | - |
| YUV | 113.74 | 187.96 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 220 | 0.98 | 0.32 | 0 | 0.14 | 199.72 | 0.96 | 0.44 |
| Hex | 4 | 95 | DC | 62 | 20 | 0 | E | C8 | 60 | 2C |
| Octal | 4 | 225 | 334 | 142 | 40 | 0 | 16 | 310 | 140 | 54 |
| Binary | 100 | 10010101 | 11011100 | 1100010 | 100000 | 0 | 1110 | 11001000 | 1100000 | 101100 |
Color Harmonies of #0495DC
Complementary color
Monochromatic Colors of #0495DC
Black with #0495DC
Text Example
Text Example
White with #0495DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495DC; }
p { color: rgb(4,149,220); }
H1.HeaderClassName
{
color: #0495DC;
}
.AnyTagClassName
{
color: #0495DC;
}
</style>
background-color css
<style>
a { background-color: #0495DC; }
a { background-color: rgb(4,149,220); }
div.DivClassName
{
background-color: #0495DC;
}
.BgClassName
{
background-color: #0495DC;
}
</style>
border-color css
<style>
span { border-color: #0495DC; }
span { border-color: rgb(4,149,220); }
td.TdClassName
{
border-color: #0495DC;
}
.TagClassName
{
border-color: #0495DC;
}
</style>