Shades of Cerulean Blue #144CCB
Tints of Cerulean Blue #144CCB
RGB
CMYK
RGB Variations
Color information
#144CCB (or 0x144CCB) is known color: Cerulean Blue. HEX triplet: 14, 4C and CB. RGB value is (20,76,203). Sum of RGB (Red+Green+Blue) = 20+76+203=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #144CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CCB is #EBB334. Grayscale: #494949. Windows color (decimal): -15446837 or 13323284. OLE color: 13323284.
HSL color Cylindrical-coordinate representation of color #144CCB: hue angle of 221.64º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144CCB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 76 | 203 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.20 |
| HSL | 221.64º | 0.82% | 0.44% | - |
| HSV(B) | 221.64º | 0.9% | 0.8% | - |
| XYZ | 13.65 | 9.63 | 57.64 | - |
| YUV | 73.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 203 | 0.90 | 0.63 | 0 | 0.20 | 221.64 | 0.82 | 0.44 |
| Hex | 14 | 4C | CB | 5A | 3F | 0 | 14 | DE | 52 | 2C |
| Octal | 24 | 114 | 313 | 132 | 77 | 0 | 24 | 336 | 122 | 54 |
| Binary | 10100 | 1001100 | 11001011 | 1011010 | 111111 | 0 | 10100 | 11011110 | 1010010 | 101100 |
Color Harmonies of #144CCB
Complementary color
Monochromatic Colors of #144CCB
Black with #144CCB
Text Example
Text Example
White with #144CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CCB; }
p { color: rgb(20,76,203); }
H1.HeaderClassName
{
color: #144CCB;
}
.AnyTagClassName
{
color: #144CCB;
}
</style>
background-color css
<style>
a { background-color: #144CCB; }
a { background-color: rgb(20,76,203); }
div.DivClassName
{
background-color: #144CCB;
}
.BgClassName
{
background-color: #144CCB;
}
</style>
border-color css
<style>
span { border-color: #144CCB; }
span { border-color: rgb(20,76,203); }
td.TdClassName
{
border-color: #144CCB;
}
.TagClassName
{
border-color: #144CCB;
}
</style>