Shades of Pacific Blue #1898CF
Tints of Pacific Blue #1898CF
RGB
CMYK
RGB Variations
Color information
#1898CF (or 0x1898CF) is known color: Pacific Blue. HEX triplet: 18, 98 and CF. RGB value is (24,152,207). Sum of RGB (Red+Green+Blue) = 24+152+207=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #1898CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1898CF is #E76730. Grayscale: #777777. Windows color (decimal): -15165233 or 13604888. OLE color: 13604888.
HSL color Cylindrical-coordinate representation of color #1898CF: hue angle of 198.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1898CF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 152 | 207 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.19 |
| HSL | 198.03º | 0.79% | 0.45% | - |
| HSV(B) | 198.03º | 0.88% | 0.81% | - |
| XYZ | 22.87 | 27.16 | 63.07 | - |
| YUV | 120 | 177.09 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 207 | 0.88 | 0.27 | 0 | 0.19 | 198.03 | 0.79 | 0.45 |
| Hex | 18 | 98 | CF | 58 | 1B | 0 | 13 | C6 | 4F | 2D |
| Octal | 30 | 230 | 317 | 130 | 33 | 0 | 23 | 306 | 117 | 55 |
| Binary | 11000 | 10011000 | 11001111 | 1011000 | 11011 | 0 | 10011 | 11000110 | 1001111 | 101101 |
Color Harmonies of #1898CF
Complementary color
Monochromatic Colors of #1898CF
Black with #1898CF
Text Example
Text Example
White with #1898CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1898CF; }
p { color: rgb(24,152,207); }
H1.HeaderClassName
{
color: #1898CF;
}
.AnyTagClassName
{
color: #1898CF;
}
</style>
background-color css
<style>
a { background-color: #1898CF; }
a { background-color: rgb(24,152,207); }
div.DivClassName
{
background-color: #1898CF;
}
.BgClassName
{
background-color: #1898CF;
}
</style>
border-color css
<style>
span { border-color: #1898CF; }
span { border-color: rgb(24,152,207); }
td.TdClassName
{
border-color: #1898CF;
}
.TagClassName
{
border-color: #1898CF;
}
</style>