Shades of Pacific Blue #0585CF
Tints of Pacific Blue #0585CF
RGB
CMYK
RGB Variations
Color information
#0585CF (or 0x0585CF) is known color: Pacific Blue. HEX triplet: 05, 85 and CF. RGB value is (5,133,207). Sum of RGB (Red+Green+Blue) = 5+133+207=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #0585CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0585CF is #FA7A30. Grayscale: #666666. Windows color (decimal): -16415281 or 13600005. OLE color: 13600005.
HSL color Cylindrical-coordinate representation of color #0585CF: hue angle of 201.98º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585CF is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 133 | 207 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.19 |
| HSL | 201.98º | 0.95% | 0.42% | - |
| HSV(B) | 201.98º | 0.98% | 0.81% | - |
| XYZ | 19.71 | 21.31 | 62.11 | - |
| YUV | 103.16 | 186.59 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 207 | 0.98 | 0.36 | 0 | 0.19 | 201.98 | 0.95 | 0.42 |
| Hex | 5 | 85 | CF | 62 | 24 | 0 | 13 | CA | 5F | 2A |
| Octal | 5 | 205 | 317 | 142 | 44 | 0 | 23 | 312 | 137 | 52 |
| Binary | 101 | 10000101 | 11001111 | 1100010 | 100100 | 0 | 10011 | 11001010 | 1011111 | 101010 |
Color Harmonies of #0585CF
Complementary color
Monochromatic Colors of #0585CF
Black with #0585CF
Text Example
Text Example
White with #0585CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585CF; }
p { color: rgb(5,133,207); }
H1.HeaderClassName
{
color: #0585CF;
}
.AnyTagClassName
{
color: #0585CF;
}
</style>
background-color css
<style>
a { background-color: #0585CF; }
a { background-color: rgb(5,133,207); }
div.DivClassName
{
background-color: #0585CF;
}
.BgClassName
{
background-color: #0585CF;
}
</style>
border-color css
<style>
span { border-color: #0585CF; }
span { border-color: rgb(5,133,207); }
td.TdClassName
{
border-color: #0585CF;
}
.TagClassName
{
border-color: #0585CF;
}
</style>