Shades of Pacific Blue #0D88CA
Tints of Pacific Blue #0D88CA
RGB
CMYK
RGB Variations
Color information
#0D88CA (or 0x0D88CA) is known color: Pacific Blue. HEX triplet: 0D, 88 and CA. RGB value is (13,136,202). Sum of RGB (Red+Green+Blue) = 13+136+202=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D88CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D88CA is #F27735. Grayscale: #6A6A6A. Windows color (decimal): -15890230 or 13273101. OLE color: 13273101.
HSL color Cylindrical-coordinate representation of color #0D88CA: hue angle of 200.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D88CA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 136 | 202 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.21 |
| HSL | 200.95º | 0.88% | 0.42% | - |
| HSV(B) | 200.95º | 0.94% | 0.79% | - |
| XYZ | 19.63 | 21.96 | 59.08 | - |
| YUV | 106.75 | 181.75 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 202 | 0.94 | 0.33 | 0 | 0.21 | 200.95 | 0.88 | 0.42 |
| Hex | D | 88 | CA | 5E | 21 | 0 | 15 | C9 | 58 | 2A |
| Octal | 15 | 210 | 312 | 136 | 41 | 0 | 25 | 311 | 130 | 52 |
| Binary | 1101 | 10001000 | 11001010 | 1011110 | 100001 | 0 | 10101 | 11001001 | 1011000 | 101010 |
Color Harmonies of #0D88CA
Complementary color
Monochromatic Colors of #0D88CA
Black with #0D88CA
Text Example
Text Example
White with #0D88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D88CA; }
p { color: rgb(13,136,202); }
H1.HeaderClassName
{
color: #0D88CA;
}
.AnyTagClassName
{
color: #0D88CA;
}
</style>
background-color css
<style>
a { background-color: #0D88CA; }
a { background-color: rgb(13,136,202); }
div.DivClassName
{
background-color: #0D88CA;
}
.BgClassName
{
background-color: #0D88CA;
}
</style>
border-color css
<style>
span { border-color: #0D88CA; }
span { border-color: rgb(13,136,202); }
td.TdClassName
{
border-color: #0D88CA;
}
.TagClassName
{
border-color: #0D88CA;
}
</style>