Shades of Cerulean Blue #284ADC
Tints of Cerulean Blue #284ADC
RGB
CMYK
RGB Variations
Color information
#284ADC (or 0x284ADC) is known color: Cerulean Blue. HEX triplet: 28, 4A and DC. RGB value is (40,74,220). Sum of RGB (Red+Green+Blue) = 40+74+220=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #284ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284ADC is #D7B523. Grayscale: #4F4F4F. Windows color (decimal): -14136612 or 14436904. OLE color: 14436904.
HSL color Cylindrical-coordinate representation of color #284ADC: hue angle of 228.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #284ADC is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 74 | 220 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.14 |
| HSL | 228.67º | 0.72% | 0.51% | - |
| HSV(B) | 228.67º | 0.82% | 0.86% | - |
| XYZ | 16.24 | 10.52 | 68.88 | - |
| YUV | 80.48 | 206.74 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 220 | 0.82 | 0.66 | 0 | 0.14 | 228.67 | 0.72 | 0.51 |
| Hex | 28 | 4A | DC | 52 | 42 | 0 | E | E5 | 48 | 33 |
| Octal | 50 | 112 | 334 | 122 | 102 | 0 | 16 | 345 | 110 | 63 |
| Binary | 101000 | 1001010 | 11011100 | 1010010 | 1000010 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #284ADC
Complementary color
Monochromatic Colors of #284ADC
Black with #284ADC
Text Example
Text Example
White with #284ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284ADC; }
p { color: rgb(40,74,220); }
H1.HeaderClassName
{
color: #284ADC;
}
.AnyTagClassName
{
color: #284ADC;
}
</style>
background-color css
<style>
a { background-color: #284ADC; }
a { background-color: rgb(40,74,220); }
div.DivClassName
{
background-color: #284ADC;
}
.BgClassName
{
background-color: #284ADC;
}
</style>
border-color css
<style>
span { border-color: #284ADC; }
span { border-color: rgb(40,74,220); }
td.TdClassName
{
border-color: #284ADC;
}
.TagClassName
{
border-color: #284ADC;
}
</style>