Shades of Cerulean Blue #1852E7
Tints of Cerulean Blue #1852E7
RGB
CMYK
RGB Variations
Color information
#1852E7 (or 0x1852E7) is known color: Cerulean Blue. HEX triplet: 18, 52 and E7. RGB value is (24,82,231). Sum of RGB (Red+Green+Blue) = 24+82+231=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 231 (90.62% from 255 or 68.55% from 337); Max value from RGB is 231 - color contains mainly: blue. Hex color #1852E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852E7 is #E7AD18. Grayscale: #505050. Windows color (decimal): -15183129 or 15159832. OLE color: 15159832.
HSL color Cylindrical-coordinate representation of color #1852E7: hue angle of 223.19º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1852E7 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 82 | 231 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.09 |
| HSL | 223.19º | 0.81% | 0.5% | - |
| HSV(B) | 223.19º | 0.9% | 0.91% | - |
| XYZ | 17.82 | 12 | 76.98 | - |
| YUV | 81.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 231 | 0.90 | 0.65 | 0 | 0.09 | 223.19 | 0.81 | 0.5 |
| Hex | 18 | 52 | E7 | 5A | 41 | 0 | 9 | DF | 51 | 32 |
| Octal | 30 | 122 | 347 | 132 | 101 | 0 | 11 | 337 | 121 | 62 |
| Binary | 11000 | 1010010 | 11100111 | 1011010 | 1000001 | 0 | 1001 | 11011111 | 1010001 | 110010 |
Color Harmonies of #1852E7
Complementary color
Monochromatic Colors of #1852E7
Black with #1852E7
Text Example
Text Example
White with #1852E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852E7; }
p { color: rgb(24,82,231); }
H1.HeaderClassName
{
color: #1852E7;
}
.AnyTagClassName
{
color: #1852E7;
}
</style>
background-color css
<style>
a { background-color: #1852E7; }
a { background-color: rgb(24,82,231); }
div.DivClassName
{
background-color: #1852E7;
}
.BgClassName
{
background-color: #1852E7;
}
</style>
border-color css
<style>
span { border-color: #1852E7; }
span { border-color: rgb(24,82,231); }
td.TdClassName
{
border-color: #1852E7;
}
.TagClassName
{
border-color: #1852E7;
}
</style>