Shades of Pacific Blue #0394DF
Tints of Pacific Blue #0394DF
RGB
CMYK
RGB Variations
Color information
#0394DF (or 0x0394DF) is known color: Pacific Blue. HEX triplet: 03, 94 and DF. RGB value is (3,148,223). Sum of RGB (Red+Green+Blue) = 3+148+223=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #0394DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394DF is #FC6B20. Grayscale: #707070. Windows color (decimal): -16542497 or 14652419. OLE color: 14652419.
HSL color Cylindrical-coordinate representation of color #0394DF: hue angle of 200.45º 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 #0394DF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 148 | 223 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.13 |
| HSL | 200.45º | 0.97% | 0.44% | - |
| HSV(B) | 200.45º | 0.99% | 0.87% | - |
| XYZ | 23.95 | 26.53 | 73.67 | - |
| YUV | 113.2 | 189.96 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 223 | 0.99 | 0.34 | 0 | 0.13 | 200.45 | 0.97 | 0.44 |
| Hex | 3 | 94 | DF | 63 | 22 | 0 | D | C8 | 61 | 2C |
| Octal | 3 | 224 | 337 | 143 | 42 | 0 | 15 | 310 | 141 | 54 |
| Binary | 11 | 10010100 | 11011111 | 1100011 | 100010 | 0 | 1101 | 11001000 | 1100001 | 101100 |
Color Harmonies of #0394DF
Complementary color
Monochromatic Colors of #0394DF
Black with #0394DF
Text Example
Text Example
White with #0394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0394DF; }
p { color: rgb(3,148,223); }
H1.HeaderClassName
{
color: #0394DF;
}
.AnyTagClassName
{
color: #0394DF;
}
</style>
background-color css
<style>
a { background-color: #0394DF; }
a { background-color: rgb(3,148,223); }
div.DivClassName
{
background-color: #0394DF;
}
.BgClassName
{
background-color: #0394DF;
}
</style>
border-color css
<style>
span { border-color: #0394DF; }
span { border-color: rgb(3,148,223); }
td.TdClassName
{
border-color: #0394DF;
}
.TagClassName
{
border-color: #0394DF;
}
</style>