Shades of Pacific Blue #0D8CCA
Tints of Pacific Blue #0D8CCA
RGB
CMYK
RGB Variations
Color information
#0D8CCA (or 0x0D8CCA) is known color: Pacific Blue. HEX triplet: 0D, 8C and CA. RGB value is (13,140,202). Sum of RGB (Red+Green+Blue) = 13+140+202=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D8CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CCA is #F27335. Grayscale: #6C6C6C. Windows color (decimal): -15889206 or 13274125. OLE color: 13274125.
HSL color Cylindrical-coordinate representation of color #0D8CCA: hue angle of 199.68º 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 #0D8CCA is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 140 | 202 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.21 |
| HSL | 199.68º | 0.88% | 0.42% | - |
| HSV(B) | 199.68º | 0.94% | 0.79% | - |
| XYZ | 20.2 | 23.11 | 59.27 | - |
| YUV | 109.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 202 | 0.94 | 0.31 | 0 | 0.21 | 199.68 | 0.88 | 0.42 |
| Hex | D | 8C | CA | 5E | 1F | 0 | 15 | C8 | 58 | 2A |
| Octal | 15 | 214 | 312 | 136 | 37 | 0 | 25 | 310 | 130 | 52 |
| Binary | 1101 | 10001100 | 11001010 | 1011110 | 11111 | 0 | 10101 | 11001000 | 1011000 | 101010 |
Color Harmonies of #0D8CCA
Complementary color
Monochromatic Colors of #0D8CCA
Black with #0D8CCA
Text Example
Text Example
White with #0D8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CCA; }
p { color: rgb(13,140,202); }
H1.HeaderClassName
{
color: #0D8CCA;
}
.AnyTagClassName
{
color: #0D8CCA;
}
</style>
background-color css
<style>
a { background-color: #0D8CCA; }
a { background-color: rgb(13,140,202); }
div.DivClassName
{
background-color: #0D8CCA;
}
.BgClassName
{
background-color: #0D8CCA;
}
</style>
border-color css
<style>
span { border-color: #0D8CCA; }
span { border-color: rgb(13,140,202); }
td.TdClassName
{
border-color: #0D8CCA;
}
.TagClassName
{
border-color: #0D8CCA;
}
</style>