Shades of Cerulean #0274B7
Tints of Cerulean #0274B7
RGB
CMYK
RGB Variations
Color information
#0274B7 (or 0x0274B7) is known color: Cerulean. HEX triplet: 02, 74 and B7. RGB value is (2,116,183). Sum of RGB (Red+Green+Blue) = 2+116+183=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #0274B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274B7 is #FD8B48. Grayscale: #595959. Windows color (decimal): -16616265 or 12022786. OLE color: 12022786.
HSL color Cylindrical-coordinate representation of color #0274B7: hue angle of 202.21º 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 #0274B7 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 116 | 183 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.28 |
| HSL | 202.21º | 0.98% | 0.36% | - |
| HSV(B) | 202.21º | 0.99% | 0.72% | - |
| XYZ | 14.82 | 15.92 | 47.09 | - |
| YUV | 89.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 183 | 0.99 | 0.37 | 0 | 0.28 | 202.21 | 0.98 | 0.36 |
| Hex | 2 | 74 | B7 | 63 | 25 | 0 | 1C | CA | 62 | 24 |
| Octal | 2 | 164 | 267 | 143 | 45 | 0 | 34 | 312 | 142 | 44 |
| Binary | 10 | 1110100 | 10110111 | 1100011 | 100101 | 0 | 11100 | 11001010 | 1100010 | 100100 |
Color Harmonies of #0274B7
Complementary color
Monochromatic Colors of #0274B7
Black with #0274B7
Text Example
Text Example
White with #0274B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0274B7; }
p { color: rgb(2,116,183); }
H1.HeaderClassName
{
color: #0274B7;
}
.AnyTagClassName
{
color: #0274B7;
}
</style>
background-color css
<style>
a { background-color: #0274B7; }
a { background-color: rgb(2,116,183); }
div.DivClassName
{
background-color: #0274B7;
}
.BgClassName
{
background-color: #0274B7;
}
</style>
border-color css
<style>
span { border-color: #0274B7; }
span { border-color: rgb(2,116,183); }
td.TdClassName
{
border-color: #0274B7;
}
.TagClassName
{
border-color: #0274B7;
}
</style>