Shades of Cerulean Blue #284CC0
Tints of Cerulean Blue #284CC0
RGB
CMYK
RGB Variations
Color information
#284CC0 (or 0x284CC0) is known color: Cerulean Blue. HEX triplet: 28, 4C and C0. RGB value is (40,76,192). Sum of RGB (Red+Green+Blue) = 40+76+192=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #284CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CC0 is #D7B33F. Grayscale: #4D4D4D. Windows color (decimal): -14136128 or 12602408. OLE color: 12602408.
HSL color Cylindrical-coordinate representation of color #284CC0: hue angle of 225.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #284CC0 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 76 | 192 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.25 |
| HSL | 225.79º | 0.66% | 0.45% | - |
| HSV(B) | 225.79º | 0.79% | 0.75% | - |
| XYZ | 12.97 | 9.43 | 51 | - |
| YUV | 78.46 | 192.07 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 192 | 0.79 | 0.60 | 0 | 0.25 | 225.79 | 0.66 | 0.45 |
| Hex | 28 | 4C | C0 | 4F | 3C | 0 | 19 | E2 | 42 | 2D |
| Octal | 50 | 114 | 300 | 117 | 74 | 0 | 31 | 342 | 102 | 55 |
| Binary | 101000 | 1001100 | 11000000 | 1001111 | 111100 | 0 | 11001 | 11100010 | 1000010 | 101101 |
Color Harmonies of #284CC0
Complementary color
Monochromatic Colors of #284CC0
Black with #284CC0
Text Example
Text Example
White with #284CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CC0; }
p { color: rgb(40,76,192); }
H1.HeaderClassName
{
color: #284CC0;
}
.AnyTagClassName
{
color: #284CC0;
}
</style>
background-color css
<style>
a { background-color: #284CC0; }
a { background-color: rgb(40,76,192); }
div.DivClassName
{
background-color: #284CC0;
}
.BgClassName
{
background-color: #284CC0;
}
</style>
border-color css
<style>
span { border-color: #284CC0; }
span { border-color: rgb(40,76,192); }
td.TdClassName
{
border-color: #284CC0;
}
.TagClassName
{
border-color: #284CC0;
}
</style>