Shades of Pacific Blue #0594DE
Tints of Pacific Blue #0594DE
RGB
CMYK
RGB Variations
Color information
#0594DE (or 0x0594DE) is known color: Pacific Blue. HEX triplet: 05, 94 and DE. RGB value is (5,148,222). Sum of RGB (Red+Green+Blue) = 5+148+222=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #0594DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0594DE is #FA6B21. Grayscale: #717171. Windows color (decimal): -16411426 or 14586885. OLE color: 14586885.
HSL color Cylindrical-coordinate representation of color #0594DE: hue angle of 200.46º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0594DE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 148 | 222 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.13 |
| HSL | 200.46º | 0.96% | 0.45% | - |
| HSV(B) | 200.46º | 0.98% | 0.87% | - |
| XYZ | 23.84 | 26.49 | 72.96 | - |
| YUV | 113.68 | 189.12 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 222 | 0.98 | 0.33 | 0 | 0.13 | 200.46 | 0.96 | 0.45 |
| Hex | 5 | 94 | DE | 62 | 21 | 0 | D | C8 | 60 | 2D |
| Octal | 5 | 224 | 336 | 142 | 41 | 0 | 15 | 310 | 140 | 55 |
| Binary | 101 | 10010100 | 11011110 | 1100010 | 100001 | 0 | 1101 | 11001000 | 1100000 | 101101 |
Color Harmonies of #0594DE
Complementary color
Monochromatic Colors of #0594DE
Black with #0594DE
Text Example
Text Example
White with #0594DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0594DE; }
p { color: rgb(5,148,222); }
H1.HeaderClassName
{
color: #0594DE;
}
.AnyTagClassName
{
color: #0594DE;
}
</style>
background-color css
<style>
a { background-color: #0594DE; }
a { background-color: rgb(5,148,222); }
div.DivClassName
{
background-color: #0594DE;
}
.BgClassName
{
background-color: #0594DE;
}
</style>
border-color css
<style>
span { border-color: #0594DE; }
span { border-color: rgb(5,148,222); }
td.TdClassName
{
border-color: #0594DE;
}
.TagClassName
{
border-color: #0594DE;
}
</style>