Shades of Pacific Blue #018DCD
Tints of Pacific Blue #018DCD
RGB
CMYK
RGB Variations
Color information
#018DCD (or 0x018DCD) is known color: Pacific Blue. HEX triplet: 01, 8D and CD. RGB value is (1,141,205). Sum of RGB (Red+Green+Blue) = 1+141+205=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #018DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DCD is #FE7232. Grayscale: #6A6A6A. Windows color (decimal): -16675379 or 13470977. OLE color: 13470977.
HSL color Cylindrical-coordinate representation of color #018DCD: hue angle of 198.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DCD is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 141 | 205 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.20 |
| HSL | 198.82º | 0.99% | 0.4% | - |
| HSV(B) | 198.82º | 1% | 0.8% | - |
| XYZ | 20.56 | 23.46 | 61.2 | - |
| YUV | 106.44 | 183.62 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 205 | 1.00 | 0.31 | 0 | 0.20 | 198.82 | 0.99 | 0.4 |
| Hex | 1 | 8D | CD | 64 | 1F | 0 | 14 | C7 | 63 | 28 |
| Octal | 1 | 215 | 315 | 144 | 37 | 0 | 24 | 307 | 143 | 50 |
| Binary | 1 | 10001101 | 11001101 | 1100100 | 11111 | 0 | 10100 | 11000111 | 1100011 | 101000 |
Color Harmonies of #018DCD
Complementary color
Monochromatic Colors of #018DCD
Black with #018DCD
Text Example
Text Example
White with #018DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DCD; }
p { color: rgb(1,141,205); }
H1.HeaderClassName
{
color: #018DCD;
}
.AnyTagClassName
{
color: #018DCD;
}
</style>
background-color css
<style>
a { background-color: #018DCD; }
a { background-color: rgb(1,141,205); }
div.DivClassName
{
background-color: #018DCD;
}
.BgClassName
{
background-color: #018DCD;
}
</style>
border-color css
<style>
span { border-color: #018DCD; }
span { border-color: rgb(1,141,205); }
td.TdClassName
{
border-color: #018DCD;
}
.TagClassName
{
border-color: #018DCD;
}
</style>