Shades of Cerulean #0282B9
Tints of Cerulean #0282B9
RGB
CMYK
RGB Variations
Color information
#0282B9 (or 0x0282B9) is known color: Cerulean. HEX triplet: 02, 82 and B9. RGB value is (2,130,185). Sum of RGB (Red+Green+Blue) = 2+130+185=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #0282B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0282B9 is #FD7D46. Grayscale: #616161. Windows color (decimal): -16612679 or 12157442. OLE color: 12157442.
HSL color Cylindrical-coordinate representation of color #0282B9: hue angle of 198.03º 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 #0282B9 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 130 | 185 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.27 |
| HSL | 198.03º | 0.98% | 0.37% | - |
| HSV(B) | 198.03º | 0.99% | 0.73% | - |
| XYZ | 16.76 | 19.48 | 48.78 | - |
| YUV | 98 | 177.09 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 185 | 0.99 | 0.30 | 0 | 0.27 | 198.03 | 0.98 | 0.37 |
| Hex | 2 | 82 | B9 | 63 | 1E | 0 | 1B | C6 | 62 | 25 |
| Octal | 2 | 202 | 271 | 143 | 36 | 0 | 33 | 306 | 142 | 45 |
| Binary | 10 | 10000010 | 10111001 | 1100011 | 11110 | 0 | 11011 | 11000110 | 1100010 | 100101 |
Color Harmonies of #0282B9
Complementary color
Monochromatic Colors of #0282B9
Black with #0282B9
Text Example
Text Example
White with #0282B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0282B9; }
p { color: rgb(2,130,185); }
H1.HeaderClassName
{
color: #0282B9;
}
.AnyTagClassName
{
color: #0282B9;
}
</style>
background-color css
<style>
a { background-color: #0282B9; }
a { background-color: rgb(2,130,185); }
div.DivClassName
{
background-color: #0282B9;
}
.BgClassName
{
background-color: #0282B9;
}
</style>
border-color css
<style>
span { border-color: #0282B9; }
span { border-color: rgb(2,130,185); }
td.TdClassName
{
border-color: #0282B9;
}
.TagClassName
{
border-color: #0282B9;
}
</style>