Shades of Cerulean #0280BD
Tints of Cerulean #0280BD
RGB
CMYK
RGB Variations
Color information
#0280BD (or 0x0280BD) is known color: Cerulean. HEX triplet: 02, 80 and BD. RGB value is (2,128,189). Sum of RGB (Red+Green+Blue) = 2+128+189=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #0280BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280BD is #FD7F42. Grayscale: #606060. Windows color (decimal): -16613187 or 12419074. OLE color: 12419074.
HSL color Cylindrical-coordinate representation of color #0280BD: hue angle of 199.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280BD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 128 | 189 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.26 |
| HSL | 199.57º | 0.98% | 0.37% | - |
| HSV(B) | 199.57º | 0.99% | 0.74% | - |
| XYZ | 16.93 | 19.13 | 50.94 | - |
| YUV | 97.28 | 179.76 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 189 | 0.99 | 0.32 | 0 | 0.26 | 199.57 | 0.98 | 0.37 |
| Hex | 2 | 80 | BD | 63 | 20 | 0 | 1A | C8 | 62 | 25 |
| Octal | 2 | 200 | 275 | 143 | 40 | 0 | 32 | 310 | 142 | 45 |
| Binary | 10 | 10000000 | 10111101 | 1100011 | 100000 | 0 | 11010 | 11001000 | 1100010 | 100101 |
Color Harmonies of #0280BD
Complementary color
Monochromatic Colors of #0280BD
Black with #0280BD
Text Example
Text Example
White with #0280BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280BD; }
p { color: rgb(2,128,189); }
H1.HeaderClassName
{
color: #0280BD;
}
.AnyTagClassName
{
color: #0280BD;
}
</style>
background-color css
<style>
a { background-color: #0280BD; }
a { background-color: rgb(2,128,189); }
div.DivClassName
{
background-color: #0280BD;
}
.BgClassName
{
background-color: #0280BD;
}
</style>
border-color css
<style>
span { border-color: #0280BD; }
span { border-color: rgb(2,128,189); }
td.TdClassName
{
border-color: #0280BD;
}
.TagClassName
{
border-color: #0280BD;
}
</style>