Shades of Pacific Blue #058ADB
Tints of Pacific Blue #058ADB
RGB
CMYK
RGB Variations
Color information
#058ADB (or 0x058ADB) is known color: Pacific Blue. HEX triplet: 05, 8A and DB. RGB value is (5,138,219). Sum of RGB (Red+Green+Blue) = 5+138+219=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #058ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ADB is #FA7524. Grayscale: #6B6B6B. Windows color (decimal): -16413989 or 14387717. OLE color: 14387717.
HSL color Cylindrical-coordinate representation of color #058ADB: hue angle of 202.71º 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 #058ADB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 138 | 219 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.14 |
| HSL | 202.71º | 0.96% | 0.44% | - |
| HSV(B) | 202.71º | 0.98% | 0.86% | - |
| XYZ | 21.94 | 23.32 | 70.36 | - |
| YUV | 107.47 | 190.94 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 219 | 0.98 | 0.37 | 0 | 0.14 | 202.71 | 0.96 | 0.44 |
| Hex | 5 | 8A | DB | 62 | 25 | 0 | E | CB | 60 | 2C |
| Octal | 5 | 212 | 333 | 142 | 45 | 0 | 16 | 313 | 140 | 54 |
| Binary | 101 | 10001010 | 11011011 | 1100010 | 100101 | 0 | 1110 | 11001011 | 1100000 | 101100 |
Color Harmonies of #058ADB
Complementary color
Monochromatic Colors of #058ADB
Black with #058ADB
Text Example
Text Example
White with #058ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ADB; }
p { color: rgb(5,138,219); }
H1.HeaderClassName
{
color: #058ADB;
}
.AnyTagClassName
{
color: #058ADB;
}
</style>
background-color css
<style>
a { background-color: #058ADB; }
a { background-color: rgb(5,138,219); }
div.DivClassName
{
background-color: #058ADB;
}
.BgClassName
{
background-color: #058ADB;
}
</style>
border-color css
<style>
span { border-color: #058ADB; }
span { border-color: rgb(5,138,219); }
td.TdClassName
{
border-color: #058ADB;
}
.TagClassName
{
border-color: #058ADB;
}
</style>