Shades of Cerulean #0280BB
Tints of Cerulean #0280BB
RGB
CMYK
RGB Variations
Color information
#0280BB (or 0x0280BB) is known color: Cerulean. HEX triplet: 02, 80 and BB. RGB value is (2,128,187). Sum of RGB (Red+Green+Blue) = 2+128+187=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #0280BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280BB is #FD7F44. Grayscale: #606060. Windows color (decimal): -16613189 or 12288002. OLE color: 12288002.
HSL color Cylindrical-coordinate representation of color #0280BB: hue angle of 199.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280BB is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 128 | 187 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.27 |
| HSL | 199.14º | 0.98% | 0.37% | - |
| HSV(B) | 199.14º | 0.99% | 0.73% | - |
| XYZ | 16.71 | 19.04 | 49.81 | - |
| YUV | 97.05 | 178.76 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 187 | 0.99 | 0.32 | 0 | 0.27 | 199.14 | 0.98 | 0.37 |
| Hex | 2 | 80 | BB | 63 | 20 | 0 | 1B | C7 | 62 | 25 |
| Octal | 2 | 200 | 273 | 143 | 40 | 0 | 33 | 307 | 142 | 45 |
| Binary | 10 | 10000000 | 10111011 | 1100011 | 100000 | 0 | 11011 | 11000111 | 1100010 | 100101 |
Color Harmonies of #0280BB
Complementary color
Monochromatic Colors of #0280BB
Black with #0280BB
Text Example
Text Example
White with #0280BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280BB; }
p { color: rgb(2,128,187); }
H1.HeaderClassName
{
color: #0280BB;
}
.AnyTagClassName
{
color: #0280BB;
}
</style>
background-color css
<style>
a { background-color: #0280BB; }
a { background-color: rgb(2,128,187); }
div.DivClassName
{
background-color: #0280BB;
}
.BgClassName
{
background-color: #0280BB;
}
</style>
border-color css
<style>
span { border-color: #0280BB; }
span { border-color: rgb(2,128,187); }
td.TdClassName
{
border-color: #0280BB;
}
.TagClassName
{
border-color: #0280BB;
}
</style>