Shades of Pacific Blue #0490DF
Tints of Pacific Blue #0490DF
RGB
CMYK
RGB Variations
Color information
#0490DF (or 0x0490DF) is known color: Pacific Blue. HEX triplet: 04, 90 and DF. RGB value is (4,144,223). Sum of RGB (Red+Green+Blue) = 4+144+223=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #0490DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0490DF is #FB6F20. Grayscale: #6E6E6E. Windows color (decimal): -16477985 or 14651396. OLE color: 14651396.
HSL color Cylindrical-coordinate representation of color #0490DF: hue angle of 201.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490DF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 144 | 223 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.13 |
| HSL | 201.64º | 0.96% | 0.45% | - |
| HSV(B) | 201.64º | 0.98% | 0.87% | - |
| XYZ | 23.34 | 25.3 | 73.47 | - |
| YUV | 111.15 | 191.12 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 223 | 0.98 | 0.35 | 0 | 0.13 | 201.64 | 0.96 | 0.45 |
| Hex | 4 | 90 | DF | 62 | 23 | 0 | D | CA | 60 | 2D |
| Octal | 4 | 220 | 337 | 142 | 43 | 0 | 15 | 312 | 140 | 55 |
| Binary | 100 | 10010000 | 11011111 | 1100010 | 100011 | 0 | 1101 | 11001010 | 1100000 | 101101 |
Color Harmonies of #0490DF
Complementary color
Monochromatic Colors of #0490DF
Black with #0490DF
Text Example
Text Example
White with #0490DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490DF; }
p { color: rgb(4,144,223); }
H1.HeaderClassName
{
color: #0490DF;
}
.AnyTagClassName
{
color: #0490DF;
}
</style>
background-color css
<style>
a { background-color: #0490DF; }
a { background-color: rgb(4,144,223); }
div.DivClassName
{
background-color: #0490DF;
}
.BgClassName
{
background-color: #0490DF;
}
</style>
border-color css
<style>
span { border-color: #0490DF; }
span { border-color: rgb(4,144,223); }
td.TdClassName
{
border-color: #0490DF;
}
.TagClassName
{
border-color: #0490DF;
}
</style>