Shades of Pacific Blue #1498DF
Tints of Pacific Blue #1498DF
RGB
CMYK
RGB Variations
Color information
#1498DF (or 0x1498DF) is known color: Pacific Blue. HEX triplet: 14, 98 and DF. RGB value is (20,152,223). Sum of RGB (Red+Green+Blue) = 20+152+223=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #1498DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498DF is #EB6720. Grayscale: #787878. Windows color (decimal): -15427361 or 14653460. OLE color: 14653460.
HSL color Cylindrical-coordinate representation of color #1498DF: hue angle of 200.99º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1498DF is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 152 | 223 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.13 |
| HSL | 200.99º | 0.84% | 0.48% | - |
| HSV(B) | 200.99º | 0.91% | 0.87% | - |
| XYZ | 24.84 | 27.93 | 73.89 | - |
| YUV | 120.63 | 185.77 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 223 | 0.91 | 0.32 | 0 | 0.13 | 200.99 | 0.84 | 0.48 |
| Hex | 14 | 98 | DF | 5B | 20 | 0 | D | C9 | 54 | 30 |
| Octal | 24 | 230 | 337 | 133 | 40 | 0 | 15 | 311 | 124 | 60 |
| Binary | 10100 | 10011000 | 11011111 | 1011011 | 100000 | 0 | 1101 | 11001001 | 1010100 | 110000 |
Color Harmonies of #1498DF
Complementary color
Monochromatic Colors of #1498DF
Black with #1498DF
Text Example
Text Example
White with #1498DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498DF; }
p { color: rgb(20,152,223); }
H1.HeaderClassName
{
color: #1498DF;
}
.AnyTagClassName
{
color: #1498DF;
}
</style>
background-color css
<style>
a { background-color: #1498DF; }
a { background-color: rgb(20,152,223); }
div.DivClassName
{
background-color: #1498DF;
}
.BgClassName
{
background-color: #1498DF;
}
</style>
border-color css
<style>
span { border-color: #1498DF; }
span { border-color: rgb(20,152,223); }
td.TdClassName
{
border-color: #1498DF;
}
.TagClassName
{
border-color: #1498DF;
}
</style>