Shades of Cerulean Blue #154ADC
Tints of Cerulean Blue #154ADC
RGB
CMYK
RGB Variations
Color information
#154ADC (or 0x154ADC) is known color: Cerulean Blue. HEX triplet: 15, 4A and DC. RGB value is (21,74,220). Sum of RGB (Red+Green+Blue) = 21+74+220=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #154ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ADC is #EAB523. Grayscale: #4A4A4A. Windows color (decimal): -15381796 or 14436885. OLE color: 14436885.
HSL color Cylindrical-coordinate representation of color #154ADC: hue angle of 224.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154ADC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 74 | 220 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.14 |
| HSL | 224.02º | 0.83% | 0.47% | - |
| HSV(B) | 224.02º | 0.9% | 0.86% | - |
| XYZ | 15.68 | 10.22 | 68.86 | - |
| YUV | 74.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 220 | 0.90 | 0.66 | 0 | 0.14 | 224.02 | 0.83 | 0.47 |
| Hex | 15 | 4A | DC | 5A | 42 | 0 | E | E0 | 53 | 2F |
| Octal | 25 | 112 | 334 | 132 | 102 | 0 | 16 | 340 | 123 | 57 |
| Binary | 10101 | 1001010 | 11011100 | 1011010 | 1000010 | 0 | 1110 | 11100000 | 1010011 | 101111 |
Color Harmonies of #154ADC
Complementary color
Monochromatic Colors of #154ADC
Black with #154ADC
Text Example
Text Example
White with #154ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154ADC; }
p { color: rgb(21,74,220); }
H1.HeaderClassName
{
color: #154ADC;
}
.AnyTagClassName
{
color: #154ADC;
}
</style>
background-color css
<style>
a { background-color: #154ADC; }
a { background-color: rgb(21,74,220); }
div.DivClassName
{
background-color: #154ADC;
}
.BgClassName
{
background-color: #154ADC;
}
</style>
border-color css
<style>
span { border-color: #154ADC; }
span { border-color: rgb(21,74,220); }
td.TdClassName
{
border-color: #154ADC;
}
.TagClassName
{
border-color: #154ADC;
}
</style>