Shades of Cerulean Blue #284BBA
Tints of Cerulean Blue #284BBA
RGB
CMYK
RGB Variations
Color information
#284BBA (or 0x284BBA) is known color: Cerulean Blue. HEX triplet: 28, 4B and BA. RGB value is (40,75,186). Sum of RGB (Red+Green+Blue) = 40+75+186=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #284BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BBA is #D7B445. Grayscale: #4C4C4C. Windows color (decimal): -14136390 or 12208936. OLE color: 12208936.
HSL color Cylindrical-coordinate representation of color #284BBA: hue angle of 225.62º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #284BBA is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 75 | 186 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.27 |
| HSL | 225.62º | 0.65% | 0.44% | - |
| HSV(B) | 225.62º | 0.78% | 0.73% | - |
| XYZ | 12.25 | 9.03 | 47.55 | - |
| YUV | 77.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 186 | 0.78 | 0.60 | 0 | 0.27 | 225.62 | 0.65 | 0.44 |
| Hex | 28 | 4B | BA | 4E | 3C | 0 | 1B | E2 | 41 | 2C |
| Octal | 50 | 113 | 272 | 116 | 74 | 0 | 33 | 342 | 101 | 54 |
| Binary | 101000 | 1001011 | 10111010 | 1001110 | 111100 | 0 | 11011 | 11100010 | 1000001 | 101100 |
Color Harmonies of #284BBA
Complementary color
Monochromatic Colors of #284BBA
Black with #284BBA
Text Example
Text Example
White with #284BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284BBA; }
p { color: rgb(40,75,186); }
H1.HeaderClassName
{
color: #284BBA;
}
.AnyTagClassName
{
color: #284BBA;
}
</style>
background-color css
<style>
a { background-color: #284BBA; }
a { background-color: rgb(40,75,186); }
div.DivClassName
{
background-color: #284BBA;
}
.BgClassName
{
background-color: #284BBA;
}
</style>
border-color css
<style>
span { border-color: #284BBA; }
span { border-color: rgb(40,75,186); }
td.TdClassName
{
border-color: #284BBA;
}
.TagClassName
{
border-color: #284BBA;
}
</style>