Shades of Cerulean #0270B3
Tints of Cerulean #0270B3
RGB
CMYK
RGB Variations
Color information
#0270B3 (or 0x0270B3) is known color: Cerulean. HEX triplet: 02, 70 and B3. RGB value is (2,112,179). Sum of RGB (Red+Green+Blue) = 2+112+179=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #0270B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270B3 is #FD8F4C. Grayscale: #565656. Windows color (decimal): -16617293 or 11759618. OLE color: 11759618.
HSL color Cylindrical-coordinate representation of color #0270B3: hue angle of 202.71º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270B3 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 112 | 179 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.30 |
| HSL | 202.71º | 0.98% | 0.35% | - |
| HSV(B) | 202.71º | 0.99% | 0.7% | - |
| XYZ | 13.96 | 14.86 | 44.78 | - |
| YUV | 86.75 | 180.06 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 179 | 0.99 | 0.37 | 0 | 0.30 | 202.71 | 0.98 | 0.35 |
| Hex | 2 | 70 | B3 | 63 | 25 | 0 | 1E | CB | 62 | 23 |
| Octal | 2 | 160 | 263 | 143 | 45 | 0 | 36 | 313 | 142 | 43 |
| Binary | 10 | 1110000 | 10110011 | 1100011 | 100101 | 0 | 11110 | 11001011 | 1100010 | 100011 |
Color Harmonies of #0270B3
Complementary color
Monochromatic Colors of #0270B3
Black with #0270B3
Text Example
Text Example
White with #0270B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270B3; }
p { color: rgb(2,112,179); }
H1.HeaderClassName
{
color: #0270B3;
}
.AnyTagClassName
{
color: #0270B3;
}
</style>
background-color css
<style>
a { background-color: #0270B3; }
a { background-color: rgb(2,112,179); }
div.DivClassName
{
background-color: #0270B3;
}
.BgClassName
{
background-color: #0270B3;
}
</style>
border-color css
<style>
span { border-color: #0270B3; }
span { border-color: rgb(2,112,179); }
td.TdClassName
{
border-color: #0270B3;
}
.TagClassName
{
border-color: #0270B3;
}
</style>