Shades of Cerulean Blue #284AB4
Tints of Cerulean Blue #284AB4
RGB
CMYK
RGB Variations
Color information
#284AB4 (or 0x284AB4) is known color: Cerulean Blue. HEX triplet: 28, 4A and B4. RGB value is (40,74,180). Sum of RGB (Red+Green+Blue) = 40+74+180=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #284AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284AB4 is #D7B54B. Grayscale: #4B4B4B. Windows color (decimal): -14136652 or 11815464. OLE color: 11815464.
HSL color Cylindrical-coordinate representation of color #284AB4: hue angle of 225.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #284AB4 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 74 | 180 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.29 |
| HSL | 225.43º | 0.64% | 0.43% | - |
| HSV(B) | 225.43º | 0.78% | 0.71% | - |
| XYZ | 11.56 | 8.64 | 44.24 | - |
| YUV | 75.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 180 | 0.78 | 0.59 | 0 | 0.29 | 225.43 | 0.64 | 0.43 |
| Hex | 28 | 4A | B4 | 4E | 3B | 0 | 1D | E1 | 40 | 2B |
| Octal | 50 | 112 | 264 | 116 | 73 | 0 | 35 | 341 | 100 | 53 |
| Binary | 101000 | 1001010 | 10110100 | 1001110 | 111011 | 0 | 11101 | 11100001 | 1000000 | 101011 |
Color Harmonies of #284AB4
Complementary color
Monochromatic Colors of #284AB4
Black with #284AB4
Text Example
Text Example
White with #284AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284AB4; }
p { color: rgb(40,74,180); }
H1.HeaderClassName
{
color: #284AB4;
}
.AnyTagClassName
{
color: #284AB4;
}
</style>
background-color css
<style>
a { background-color: #284AB4; }
a { background-color: rgb(40,74,180); }
div.DivClassName
{
background-color: #284AB4;
}
.BgClassName
{
background-color: #284AB4;
}
</style>
border-color css
<style>
span { border-color: #284AB4; }
span { border-color: rgb(40,74,180); }
td.TdClassName
{
border-color: #284AB4;
}
.TagClassName
{
border-color: #284AB4;
}
</style>