Shades of Pacific Blue #0398DF
Tints of Pacific Blue #0398DF
RGB
CMYK
RGB Variations
Color information
#0398DF (or 0x0398DF) is known color: Pacific Blue. HEX triplet: 03, 98 and DF. RGB value is (3,152,223). Sum of RGB (Red+Green+Blue) = 3+152+223=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #0398DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398DF is #FC6720. Grayscale: #737373. Windows color (decimal): -16541473 or 14653443. OLE color: 14653443.
HSL color Cylindrical-coordinate representation of color #0398DF: hue angle of 199.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0398DF is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 152 | 223 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.13 |
| HSL | 199.36º | 0.97% | 0.44% | - |
| HSV(B) | 199.36º | 0.99% | 0.87% | - |
| XYZ | 24.59 | 27.8 | 73.88 | - |
| YUV | 115.54 | 188.64 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 223 | 0.99 | 0.32 | 0 | 0.13 | 199.36 | 0.97 | 0.44 |
| Hex | 3 | 98 | DF | 63 | 20 | 0 | D | C7 | 61 | 2C |
| Octal | 3 | 230 | 337 | 143 | 40 | 0 | 15 | 307 | 141 | 54 |
| Binary | 11 | 10011000 | 11011111 | 1100011 | 100000 | 0 | 1101 | 11000111 | 1100001 | 101100 |
Color Harmonies of #0398DF
Complementary color
Monochromatic Colors of #0398DF
Black with #0398DF
Text Example
Text Example
White with #0398DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0398DF; }
p { color: rgb(3,152,223); }
H1.HeaderClassName
{
color: #0398DF;
}
.AnyTagClassName
{
color: #0398DF;
}
</style>
background-color css
<style>
a { background-color: #0398DF; }
a { background-color: rgb(3,152,223); }
div.DivClassName
{
background-color: #0398DF;
}
.BgClassName
{
background-color: #0398DF;
}
</style>
border-color css
<style>
span { border-color: #0398DF; }
span { border-color: rgb(3,152,223); }
td.TdClassName
{
border-color: #0398DF;
}
.TagClassName
{
border-color: #0398DF;
}
</style>