Shades of Cerulean Blue #2F54BE
Tints of Cerulean Blue #2F54BE
RGB
CMYK
RGB Variations
Color information
#2F54BE (or 0x2F54BE) is known color: Cerulean Blue. HEX triplet: 2F, 54 and BE. RGB value is (47,84,190). Sum of RGB (Red+Green+Blue) = 47+84+190=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F54BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F54BE is #D0AB41. Grayscale: #545454. Windows color (decimal): -13675330 or 12473391. OLE color: 12473391.
HSL color Cylindrical-coordinate representation of color #2F54BE: hue angle of 224.48º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F54BE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 84 | 190 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.25 |
| HSL | 224.48º | 0.6% | 0.46% | - |
| HSV(B) | 224.48º | 0.75% | 0.75% | - |
| XYZ | 13.64 | 10.66 | 50.05 | - |
| YUV | 85.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 190 | 0.75 | 0.56 | 0 | 0.25 | 224.48 | 0.6 | 0.46 |
| Hex | 2F | 54 | BE | 4B | 38 | 0 | 19 | E0 | 3C | 2E |
| Octal | 57 | 124 | 276 | 113 | 70 | 0 | 31 | 340 | 74 | 56 |
| Binary | 101111 | 1010100 | 10111110 | 1001011 | 111000 | 0 | 11001 | 11100000 | 111100 | 101110 |
Color Harmonies of #2F54BE
Complementary color
Monochromatic Colors of #2F54BE
Black with #2F54BE
Text Example
Text Example
White with #2F54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F54BE; }
p { color: rgb(47,84,190); }
H1.HeaderClassName
{
color: #2F54BE;
}
.AnyTagClassName
{
color: #2F54BE;
}
</style>
background-color css
<style>
a { background-color: #2F54BE; }
a { background-color: rgb(47,84,190); }
div.DivClassName
{
background-color: #2F54BE;
}
.BgClassName
{
background-color: #2F54BE;
}
</style>
border-color css
<style>
span { border-color: #2F54BE; }
span { border-color: rgb(47,84,190); }
td.TdClassName
{
border-color: #2F54BE;
}
.TagClassName
{
border-color: #2F54BE;
}
</style>