Shades of Pacific Blue #018DE5
Tints of Pacific Blue #018DE5
RGB
CMYK
RGB Variations
Color information
#018DE5 (or 0x018DE5) is known color: Pacific Blue. HEX triplet: 01, 8D and E5. RGB value is (1,141,229). Sum of RGB (Red+Green+Blue) = 1+141+229=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #018DE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DE5 is #FE721A. Grayscale: #6C6C6C. Windows color (decimal): -16675355 or 15043841. OLE color: 15043841.
HSL color Cylindrical-coordinate representation of color #018DE5: hue angle of 203.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DE5 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 141 | 229 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.10 |
| HSL | 203.16º | 0.99% | 0.45% | - |
| HSV(B) | 203.16º | 1% | 0.9% | - |
| XYZ | 23.68 | 24.71 | 77.65 | - |
| YUV | 109.17 | 195.62 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 229 | 1.00 | 0.38 | 0 | 0.10 | 203.16 | 0.99 | 0.45 |
| Hex | 1 | 8D | E5 | 64 | 26 | 0 | A | CB | 63 | 2D |
| Octal | 1 | 215 | 345 | 144 | 46 | 0 | 12 | 313 | 143 | 55 |
| Binary | 1 | 10001101 | 11100101 | 1100100 | 100110 | 0 | 1010 | 11001011 | 1100011 | 101101 |
Color Harmonies of #018DE5
Complementary color
Monochromatic Colors of #018DE5
Black with #018DE5
Text Example
Text Example
White with #018DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DE5; }
p { color: rgb(1,141,229); }
H1.HeaderClassName
{
color: #018DE5;
}
.AnyTagClassName
{
color: #018DE5;
}
</style>
background-color css
<style>
a { background-color: #018DE5; }
a { background-color: rgb(1,141,229); }
div.DivClassName
{
background-color: #018DE5;
}
.BgClassName
{
background-color: #018DE5;
}
</style>
border-color css
<style>
span { border-color: #018DE5; }
span { border-color: rgb(1,141,229); }
td.TdClassName
{
border-color: #018DE5;
}
.TagClassName
{
border-color: #018DE5;
}
</style>