Shades of Cerulean Blue #2446BF
Tints of Cerulean Blue #2446BF
RGB
CMYK
RGB Variations
Color information
#2446BF (or 0x2446BF) is known color: Cerulean Blue. HEX triplet: 24, 46 and BF. RGB value is (36,70,191). Sum of RGB (Red+Green+Blue) = 36+70+191=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #2446BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2446BF is #DBB940. Grayscale: #494949. Windows color (decimal): -14399809 or 12535332. OLE color: 12535332.
HSL color Cylindrical-coordinate representation of color #2446BF: hue angle of 226.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2446BF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 70 | 191 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.25 |
| HSL | 226.84º | 0.68% | 0.45% | - |
| HSV(B) | 226.84º | 0.81% | 0.75% | - |
| XYZ | 12.32 | 8.52 | 50.28 | - |
| YUV | 73.63 | 194.24 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 191 | 0.81 | 0.63 | 0 | 0.25 | 226.84 | 0.68 | 0.45 |
| Hex | 24 | 46 | BF | 51 | 3F | 0 | 19 | E3 | 44 | 2D |
| Octal | 44 | 106 | 277 | 121 | 77 | 0 | 31 | 343 | 104 | 55 |
| Binary | 100100 | 1000110 | 10111111 | 1010001 | 111111 | 0 | 11001 | 11100011 | 1000100 | 101101 |
Color Harmonies of #2446BF
Complementary color
Monochromatic Colors of #2446BF
Black with #2446BF
Text Example
Text Example
White with #2446BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2446BF; }
p { color: rgb(36,70,191); }
H1.HeaderClassName
{
color: #2446BF;
}
.AnyTagClassName
{
color: #2446BF;
}
</style>
background-color css
<style>
a { background-color: #2446BF; }
a { background-color: rgb(36,70,191); }
div.DivClassName
{
background-color: #2446BF;
}
.BgClassName
{
background-color: #2446BF;
}
</style>
border-color css
<style>
span { border-color: #2446BF; }
span { border-color: rgb(36,70,191); }
td.TdClassName
{
border-color: #2446BF;
}
.TagClassName
{
border-color: #2446BF;
}
</style>