Shades of Pacific Blue #018ADF
Tints of Pacific Blue #018ADF
RGB
CMYK
RGB Variations
Color information
#018ADF (or 0x018ADF) is known color: Pacific Blue. HEX triplet: 01, 8A and DF. RGB value is (1,138,223). Sum of RGB (Red+Green+Blue) = 1+138+223=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #018ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ADF is #FE7520. Grayscale: #6A6A6A. Windows color (decimal): -16676129 or 14649857. OLE color: 14649857.
HSL color Cylindrical-coordinate representation of color #018ADF: hue angle of 202.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ADF is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 138 | 223 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.13 |
| HSL | 202.97º | 0.99% | 0.44% | - |
| HSV(B) | 202.97º | 1% | 0.87% | - |
| XYZ | 22.42 | 23.51 | 73.17 | - |
| YUV | 106.73 | 193.61 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 223 | 1.00 | 0.38 | 0 | 0.13 | 202.97 | 0.99 | 0.44 |
| Hex | 1 | 8A | DF | 64 | 26 | 0 | D | CB | 63 | 2C |
| Octal | 1 | 212 | 337 | 144 | 46 | 0 | 15 | 313 | 143 | 54 |
| Binary | 1 | 10001010 | 11011111 | 1100100 | 100110 | 0 | 1101 | 11001011 | 1100011 | 101100 |
Color Harmonies of #018ADF
Complementary color
Monochromatic Colors of #018ADF
Black with #018ADF
Text Example
Text Example
White with #018ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ADF; }
p { color: rgb(1,138,223); }
H1.HeaderClassName
{
color: #018ADF;
}
.AnyTagClassName
{
color: #018ADF;
}
</style>
background-color css
<style>
a { background-color: #018ADF; }
a { background-color: rgb(1,138,223); }
div.DivClassName
{
background-color: #018ADF;
}
.BgClassName
{
background-color: #018ADF;
}
</style>
border-color css
<style>
span { border-color: #018ADF; }
span { border-color: rgb(1,138,223); }
td.TdClassName
{
border-color: #018ADF;
}
.TagClassName
{
border-color: #018ADF;
}
</style>