Shades of Pacific Blue #0495DD
Tints of Pacific Blue #0495DD
RGB
CMYK
RGB Variations
Color information
#0495DD (or 0x0495DD) is known color: Pacific Blue. HEX triplet: 04, 95 and DD. RGB value is (4,149,221). Sum of RGB (Red+Green+Blue) = 4+149+221=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0495DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495DD is #FB6A22. Grayscale: #717171. Windows color (decimal): -16476707 or 14521604. OLE color: 14521604.
HSL color Cylindrical-coordinate representation of color #0495DD: hue angle of 199.91º 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 #0495DD is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 149 | 221 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.13 |
| HSL | 199.91º | 0.96% | 0.44% | - |
| HSV(B) | 199.91º | 0.98% | 0.87% | - |
| XYZ | 23.85 | 26.74 | 72.31 | - |
| YUV | 113.85 | 188.46 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 221 | 0.98 | 0.33 | 0 | 0.13 | 199.91 | 0.96 | 0.44 |
| Hex | 4 | 95 | DD | 62 | 21 | 0 | D | C8 | 60 | 2C |
| Octal | 4 | 225 | 335 | 142 | 41 | 0 | 15 | 310 | 140 | 54 |
| Binary | 100 | 10010101 | 11011101 | 1100010 | 100001 | 0 | 1101 | 11001000 | 1100000 | 101100 |
Color Harmonies of #0495DD
Complementary color
Monochromatic Colors of #0495DD
Black with #0495DD
Text Example
Text Example
White with #0495DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495DD; }
p { color: rgb(4,149,221); }
H1.HeaderClassName
{
color: #0495DD;
}
.AnyTagClassName
{
color: #0495DD;
}
</style>
background-color css
<style>
a { background-color: #0495DD; }
a { background-color: rgb(4,149,221); }
div.DivClassName
{
background-color: #0495DD;
}
.BgClassName
{
background-color: #0495DD;
}
</style>
border-color css
<style>
span { border-color: #0495DD; }
span { border-color: rgb(4,149,221); }
td.TdClassName
{
border-color: #0495DD;
}
.TagClassName
{
border-color: #0495DD;
}
</style>