Shades of Cerulean #0D7FBD
Tints of Cerulean #0D7FBD
RGB
CMYK
RGB Variations
Color information
#0D7FBD (or 0x0D7FBD) is known color: Cerulean. HEX triplet: 0D, 7F and BD. RGB value is (13,127,189). Sum of RGB (Red+Green+Blue) = 13+127+189=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D7FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FBD is #F28042. Grayscale: #636363. Windows color (decimal): -15892547 or 12418829. OLE color: 12418829.
HSL color Cylindrical-coordinate representation of color #0D7FBD: hue angle of 201.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7FBD is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 127 | 189 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.26 |
| HSL | 201.14º | 0.87% | 0.4% | - |
| HSV(B) | 201.14º | 0.93% | 0.74% | - |
| XYZ | 16.94 | 18.94 | 50.91 | - |
| YUV | 99.98 | 178.23 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 189 | 0.93 | 0.33 | 0 | 0.26 | 201.14 | 0.87 | 0.4 |
| Hex | D | 7F | BD | 5D | 21 | 0 | 1A | C9 | 57 | 28 |
| Octal | 15 | 177 | 275 | 135 | 41 | 0 | 32 | 311 | 127 | 50 |
| Binary | 1101 | 1111111 | 10111101 | 1011101 | 100001 | 0 | 11010 | 11001001 | 1010111 | 101000 |
Color Harmonies of #0D7FBD
Complementary color
Monochromatic Colors of #0D7FBD
Black with #0D7FBD
Text Example
Text Example
White with #0D7FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7FBD; }
p { color: rgb(13,127,189); }
H1.HeaderClassName
{
color: #0D7FBD;
}
.AnyTagClassName
{
color: #0D7FBD;
}
</style>
background-color css
<style>
a { background-color: #0D7FBD; }
a { background-color: rgb(13,127,189); }
div.DivClassName
{
background-color: #0D7FBD;
}
.BgClassName
{
background-color: #0D7FBD;
}
</style>
border-color css
<style>
span { border-color: #0D7FBD; }
span { border-color: rgb(13,127,189); }
td.TdClassName
{
border-color: #0D7FBD;
}
.TagClassName
{
border-color: #0D7FBD;
}
</style>