Shades of Cerulean Blue #1851E5
Tints of Cerulean Blue #1851E5
RGB
CMYK
RGB Variations
Color information
#1851E5 (or 0x1851E5) is known color: Cerulean Blue. HEX triplet: 18, 51 and E5. RGB value is (24,81,229). Sum of RGB (Red+Green+Blue) = 24+81+229=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #1851E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1851E5 is #E7AE1A. Grayscale: #505050. Windows color (decimal): -15183387 or 15028504. OLE color: 15028504.
HSL color Cylindrical-coordinate representation of color #1851E5: hue angle of 223.32º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1851E5 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 81 | 229 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.10 |
| HSL | 223.32º | 0.81% | 0.5% | - |
| HSV(B) | 223.32º | 0.9% | 0.9% | - |
| XYZ | 17.46 | 11.74 | 75.47 | - |
| YUV | 80.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 229 | 0.90 | 0.65 | 0 | 0.10 | 223.32 | 0.81 | 0.5 |
| Hex | 18 | 51 | E5 | 5A | 41 | 0 | A | DF | 51 | 32 |
| Octal | 30 | 121 | 345 | 132 | 101 | 0 | 12 | 337 | 121 | 62 |
| Binary | 11000 | 1010001 | 11100101 | 1011010 | 1000001 | 0 | 1010 | 11011111 | 1010001 | 110010 |
Color Harmonies of #1851E5
Complementary color
Monochromatic Colors of #1851E5
Black with #1851E5
Text Example
Text Example
White with #1851E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851E5; }
p { color: rgb(24,81,229); }
H1.HeaderClassName
{
color: #1851E5;
}
.AnyTagClassName
{
color: #1851E5;
}
</style>
background-color css
<style>
a { background-color: #1851E5; }
a { background-color: rgb(24,81,229); }
div.DivClassName
{
background-color: #1851E5;
}
.BgClassName
{
background-color: #1851E5;
}
</style>
border-color css
<style>
span { border-color: #1851E5; }
span { border-color: rgb(24,81,229); }
td.TdClassName
{
border-color: #1851E5;
}
.TagClassName
{
border-color: #1851E5;
}
</style>