Shades of Cerulean Blue #284FA5
Tints of Cerulean Blue #284FA5
RGB
CMYK
RGB Variations
Color information
#284FA5 (or 0x284FA5) is known color: Cerulean Blue. HEX triplet: 28, 4F and A5. RGB value is (40,79,165). Sum of RGB (Red+Green+Blue) = 40+79+165=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #284FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284FA5 is #D7B05A. Grayscale: #4C4C4C. Windows color (decimal): -14135387 or 10833704. OLE color: 10833704.
HSL color Cylindrical-coordinate representation of color #284FA5: hue angle of 221.28º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #284FA5 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 79 | 165 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.35 |
| HSL | 221.28º | 0.61% | 0.4% | - |
| HSV(B) | 221.28º | 0.76% | 0.65% | - |
| XYZ | 10.46 | 8.76 | 36.74 | - |
| YUV | 77.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 165 | 0.76 | 0.52 | 0 | 0.35 | 221.28 | 0.61 | 0.4 |
| Hex | 28 | 4F | A5 | 4C | 34 | 0 | 23 | DD | 3D | 28 |
| Octal | 50 | 117 | 245 | 114 | 64 | 0 | 43 | 335 | 75 | 50 |
| Binary | 101000 | 1001111 | 10100101 | 1001100 | 110100 | 0 | 100011 | 11011101 | 111101 | 101000 |
Color Harmonies of #284FA5
Complementary color
Monochromatic Colors of #284FA5
Black with #284FA5
Text Example
Text Example
White with #284FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284FA5; }
p { color: rgb(40,79,165); }
H1.HeaderClassName
{
color: #284FA5;
}
.AnyTagClassName
{
color: #284FA5;
}
</style>
background-color css
<style>
a { background-color: #284FA5; }
a { background-color: rgb(40,79,165); }
div.DivClassName
{
background-color: #284FA5;
}
.BgClassName
{
background-color: #284FA5;
}
</style>
border-color css
<style>
span { border-color: #284FA5; }
span { border-color: rgb(40,79,165); }
td.TdClassName
{
border-color: #284FA5;
}
.TagClassName
{
border-color: #284FA5;
}
</style>