Shades of Cerulean #0281B7
Tints of Cerulean #0281B7
RGB
CMYK
RGB Variations
Color information
#0281B7 (or 0x0281B7) is known color: Cerulean. HEX triplet: 02, 81 and B7. RGB value is (2,129,183). Sum of RGB (Red+Green+Blue) = 2+129+183=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #0281B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281B7 is #FD7E48. Grayscale: #606060. Windows color (decimal): -16612937 or 12026114. OLE color: 12026114.
HSL color Cylindrical-coordinate representation of color #0281B7: hue angle of 197.9º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281B7 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 129 | 183 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.28 |
| HSL | 197.9º | 0.98% | 0.36% | - |
| HSV(B) | 197.9º | 0.99% | 0.72% | - |
| XYZ | 16.42 | 19.13 | 47.63 | - |
| YUV | 97.18 | 176.42 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 183 | 0.99 | 0.30 | 0 | 0.28 | 197.9 | 0.98 | 0.36 |
| Hex | 2 | 81 | B7 | 63 | 1E | 0 | 1C | C6 | 62 | 24 |
| Octal | 2 | 201 | 267 | 143 | 36 | 0 | 34 | 306 | 142 | 44 |
| Binary | 10 | 10000001 | 10110111 | 1100011 | 11110 | 0 | 11100 | 11000110 | 1100010 | 100100 |
Color Harmonies of #0281B7
Complementary color
Monochromatic Colors of #0281B7
Black with #0281B7
Text Example
Text Example
White with #0281B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281B7; }
p { color: rgb(2,129,183); }
H1.HeaderClassName
{
color: #0281B7;
}
.AnyTagClassName
{
color: #0281B7;
}
</style>
background-color css
<style>
a { background-color: #0281B7; }
a { background-color: rgb(2,129,183); }
div.DivClassName
{
background-color: #0281B7;
}
.BgClassName
{
background-color: #0281B7;
}
</style>
border-color css
<style>
span { border-color: #0281B7; }
span { border-color: rgb(2,129,183); }
td.TdClassName
{
border-color: #0281B7;
}
.TagClassName
{
border-color: #0281B7;
}
</style>