Shades of Cerulean Blue #1850CF
Tints of Cerulean Blue #1850CF
RGB
CMYK
RGB Variations
Color information
#1850CF (or 0x1850CF) is known color: Cerulean Blue. HEX triplet: 18, 50 and CF. RGB value is (24,80,207). Sum of RGB (Red+Green+Blue) = 24+80+207=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #1850CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850CF is #E7AF30. Grayscale: #4D4D4D. Windows color (decimal): -15183665 or 13586456. OLE color: 13586456.
HSL color Cylindrical-coordinate representation of color #1850CF: hue angle of 221.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1850CF is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 80 | 207 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.19 |
| HSL | 221.64º | 0.79% | 0.45% | - |
| HSV(B) | 221.64º | 0.88% | 0.81% | - |
| XYZ | 14.51 | 10.44 | 60.28 | - |
| YUV | 77.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 207 | 0.88 | 0.61 | 0 | 0.19 | 221.64 | 0.79 | 0.45 |
| Hex | 18 | 50 | CF | 58 | 3D | 0 | 13 | DE | 4F | 2D |
| Octal | 30 | 120 | 317 | 130 | 75 | 0 | 23 | 336 | 117 | 55 |
| Binary | 11000 | 1010000 | 11001111 | 1011000 | 111101 | 0 | 10011 | 11011110 | 1001111 | 101101 |
Color Harmonies of #1850CF
Complementary color
Monochromatic Colors of #1850CF
Black with #1850CF
Text Example
Text Example
White with #1850CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850CF; }
p { color: rgb(24,80,207); }
H1.HeaderClassName
{
color: #1850CF;
}
.AnyTagClassName
{
color: #1850CF;
}
</style>
background-color css
<style>
a { background-color: #1850CF; }
a { background-color: rgb(24,80,207); }
div.DivClassName
{
background-color: #1850CF;
}
.BgClassName
{
background-color: #1850CF;
}
</style>
border-color css
<style>
span { border-color: #1850CF; }
span { border-color: rgb(24,80,207); }
td.TdClassName
{
border-color: #1850CF;
}
.TagClassName
{
border-color: #1850CF;
}
</style>