Shades of Cerulean Blue #2461CF
Tints of Cerulean Blue #2461CF
RGB
CMYK
RGB Variations
Color information
#2461CF (or 0x2461CF) is known color: Cerulean Blue. HEX triplet: 24, 61 and CF. RGB value is (36,97,207). Sum of RGB (Red+Green+Blue) = 36+97+207=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #2461CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2461CF is #DB9E30. Grayscale: #5A5A5A. Windows color (decimal): -14392881 or 13590820. OLE color: 13590820.
HSL color Cylindrical-coordinate representation of color #2461CF: hue angle of 218.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2461CF is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 97 | 207 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.19 |
| HSL | 218.6º | 0.7% | 0.48% | - |
| HSV(B) | 218.6º | 0.83% | 0.81% | - |
| XYZ | 16.26 | 13.43 | 60.77 | - |
| YUV | 91.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 207 | 0.83 | 0.53 | 0 | 0.19 | 218.6 | 0.7 | 0.48 |
| Hex | 24 | 61 | CF | 53 | 35 | 0 | 13 | DB | 46 | 30 |
| Octal | 44 | 141 | 317 | 123 | 65 | 0 | 23 | 333 | 106 | 60 |
| Binary | 100100 | 1100001 | 11001111 | 1010011 | 110101 | 0 | 10011 | 11011011 | 1000110 | 110000 |
Color Harmonies of #2461CF
Complementary color
Monochromatic Colors of #2461CF
Black with #2461CF
Text Example
Text Example
White with #2461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2461CF; }
p { color: rgb(36,97,207); }
H1.HeaderClassName
{
color: #2461CF;
}
.AnyTagClassName
{
color: #2461CF;
}
</style>
background-color css
<style>
a { background-color: #2461CF; }
a { background-color: rgb(36,97,207); }
div.DivClassName
{
background-color: #2461CF;
}
.BgClassName
{
background-color: #2461CF;
}
</style>
border-color css
<style>
span { border-color: #2461CF; }
span { border-color: rgb(36,97,207); }
td.TdClassName
{
border-color: #2461CF;
}
.TagClassName
{
border-color: #2461CF;
}
</style>