Shades of Cerulean Blue #1850CB
Tints of Cerulean Blue #1850CB
RGB
CMYK
RGB Variations
Color information
#1850CB (or 0x1850CB) is known color: Cerulean Blue. HEX triplet: 18, 50 and CB. RGB value is (24,80,203). Sum of RGB (Red+Green+Blue) = 24+80+203=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1850CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850CB is #E7AF34. Grayscale: #4C4C4C. Windows color (decimal): -15183669 or 13324312. OLE color: 13324312.
HSL color Cylindrical-coordinate representation of color #1850CB: hue angle of 221.23º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1850CB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 80 | 203 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.20 |
| HSL | 221.23º | 0.79% | 0.45% | - |
| HSV(B) | 221.23º | 0.88% | 0.8% | - |
| XYZ | 14.02 | 10.24 | 57.74 | - |
| YUV | 77.28 | 198.95 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 203 | 0.88 | 0.61 | 0 | 0.20 | 221.23 | 0.79 | 0.45 |
| Hex | 18 | 50 | CB | 58 | 3D | 0 | 14 | DD | 4F | 2D |
| Octal | 30 | 120 | 313 | 130 | 75 | 0 | 24 | 335 | 117 | 55 |
| Binary | 11000 | 1010000 | 11001011 | 1011000 | 111101 | 0 | 10100 | 11011101 | 1001111 | 101101 |
Color Harmonies of #1850CB
Complementary color
Monochromatic Colors of #1850CB
Black with #1850CB
Text Example
Text Example
White with #1850CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850CB; }
p { color: rgb(24,80,203); }
H1.HeaderClassName
{
color: #1850CB;
}
.AnyTagClassName
{
color: #1850CB;
}
</style>
background-color css
<style>
a { background-color: #1850CB; }
a { background-color: rgb(24,80,203); }
div.DivClassName
{
background-color: #1850CB;
}
.BgClassName
{
background-color: #1850CB;
}
</style>
border-color css
<style>
span { border-color: #1850CB; }
span { border-color: rgb(24,80,203); }
td.TdClassName
{
border-color: #1850CB;
}
.TagClassName
{
border-color: #1850CB;
}
</style>