Shades of Cerulean Blue #2456AF
Tints of Cerulean Blue #2456AF
RGB
CMYK
RGB Variations
Color information
#2456AF (or 0x2456AF) is known color: Cerulean Blue. HEX triplet: 24, 56 and AF. RGB value is (36,86,175). Sum of RGB (Red+Green+Blue) = 36+86+175=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #2456AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2456AF is #DBA950. Grayscale: #505050. Windows color (decimal): -14395729 or 11490852. OLE color: 11490852.
HSL color Cylindrical-coordinate representation of color #2456AF: hue angle of 218.42º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2456AF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 86 | 175 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.31 |
| HSL | 218.42º | 0.66% | 0.41% | - |
| HSV(B) | 218.42º | 0.79% | 0.69% | - |
| XYZ | 11.79 | 10.13 | 41.89 | - |
| YUV | 81.2 | 180.94 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 175 | 0.79 | 0.51 | 0 | 0.31 | 218.42 | 0.66 | 0.41 |
| Hex | 24 | 56 | AF | 4F | 33 | 0 | 1F | DA | 42 | 29 |
| Octal | 44 | 126 | 257 | 117 | 63 | 0 | 37 | 332 | 102 | 51 |
| Binary | 100100 | 1010110 | 10101111 | 1001111 | 110011 | 0 | 11111 | 11011010 | 1000010 | 101001 |
Color Harmonies of #2456AF
Complementary color
Monochromatic Colors of #2456AF
Black with #2456AF
Text Example
Text Example
White with #2456AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2456AF; }
p { color: rgb(36,86,175); }
H1.HeaderClassName
{
color: #2456AF;
}
.AnyTagClassName
{
color: #2456AF;
}
</style>
background-color css
<style>
a { background-color: #2456AF; }
a { background-color: rgb(36,86,175); }
div.DivClassName
{
background-color: #2456AF;
}
.BgClassName
{
background-color: #2456AF;
}
</style>
border-color css
<style>
span { border-color: #2456AF; }
span { border-color: rgb(36,86,175); }
td.TdClassName
{
border-color: #2456AF;
}
.TagClassName
{
border-color: #2456AF;
}
</style>