Shades of Cerulean Blue #2F4ABB
Tints of Cerulean Blue #2F4ABB
RGB
CMYK
RGB Variations
Color information
#2F4ABB (or 0x2F4ABB) is known color: Cerulean Blue. HEX triplet: 2F, 4A and BB. RGB value is (47,74,187). Sum of RGB (Red+Green+Blue) = 47+74+187=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F4ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F4ABB is #D0B544. Grayscale: #4E4E4E. Windows color (decimal): -13677893 or 12274223. OLE color: 12274223.
HSL color Cylindrical-coordinate representation of color #2F4ABB: hue angle of 228.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F4ABB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 74 | 187 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.27 |
| HSL | 228.43º | 0.6% | 0.46% | - |
| HSV(B) | 228.43º | 0.75% | 0.73% | - |
| XYZ | 12.59 | 9.09 | 48.1 | - |
| YUV | 78.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 74 | 187 | 0.75 | 0.60 | 0 | 0.27 | 228.43 | 0.6 | 0.46 |
| Hex | 2F | 4A | BB | 4B | 3C | 0 | 1B | E4 | 3C | 2E |
| Octal | 57 | 112 | 273 | 113 | 74 | 0 | 33 | 344 | 74 | 56 |
| Binary | 101111 | 1001010 | 10111011 | 1001011 | 111100 | 0 | 11011 | 11100100 | 111100 | 101110 |
Color Harmonies of #2F4ABB
Complementary color
Monochromatic Colors of #2F4ABB
Black with #2F4ABB
Text Example
Text Example
White with #2F4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4ABB; }
p { color: rgb(47,74,187); }
H1.HeaderClassName
{
color: #2F4ABB;
}
.AnyTagClassName
{
color: #2F4ABB;
}
</style>
background-color css
<style>
a { background-color: #2F4ABB; }
a { background-color: rgb(47,74,187); }
div.DivClassName
{
background-color: #2F4ABB;
}
.BgClassName
{
background-color: #2F4ABB;
}
</style>
border-color css
<style>
span { border-color: #2F4ABB; }
span { border-color: rgb(47,74,187); }
td.TdClassName
{
border-color: #2F4ABB;
}
.TagClassName
{
border-color: #2F4ABB;
}
</style>