Shades of Pacific Blue #0495DB
Tints of Pacific Blue #0495DB
RGB
CMYK
RGB Variations
Color information
#0495DB (or 0x0495DB) is known color: Pacific Blue. HEX triplet: 04, 95 and DB. RGB value is (4,149,219). Sum of RGB (Red+Green+Blue) = 4+149+219=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #0495DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495DB is #FB6A24. Grayscale: #717171. Windows color (decimal): -16476709 or 14390532. OLE color: 14390532.
HSL color Cylindrical-coordinate representation of color #0495DB: hue angle of 199.53º 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 #0495DB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 149 | 219 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.14 |
| HSL | 199.53º | 0.96% | 0.44% | - |
| HSV(B) | 199.53º | 0.98% | 0.86% | - |
| XYZ | 23.58 | 26.64 | 70.92 | - |
| YUV | 113.63 | 187.46 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 219 | 0.98 | 0.32 | 0 | 0.14 | 199.53 | 0.96 | 0.44 |
| Hex | 4 | 95 | DB | 62 | 20 | 0 | E | C8 | 60 | 2C |
| Octal | 4 | 225 | 333 | 142 | 40 | 0 | 16 | 310 | 140 | 54 |
| Binary | 100 | 10010101 | 11011011 | 1100010 | 100000 | 0 | 1110 | 11001000 | 1100000 | 101100 |
Color Harmonies of #0495DB
Complementary color
Monochromatic Colors of #0495DB
Black with #0495DB
Text Example
Text Example
White with #0495DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495DB; }
p { color: rgb(4,149,219); }
H1.HeaderClassName
{
color: #0495DB;
}
.AnyTagClassName
{
color: #0495DB;
}
</style>
background-color css
<style>
a { background-color: #0495DB; }
a { background-color: rgb(4,149,219); }
div.DivClassName
{
background-color: #0495DB;
}
.BgClassName
{
background-color: #0495DB;
}
</style>
border-color css
<style>
span { border-color: #0495DB; }
span { border-color: rgb(4,149,219); }
td.TdClassName
{
border-color: #0495DB;
}
.TagClassName
{
border-color: #0495DB;
}
</style>