Shades of Cerulean Blue #284CCB
Tints of Cerulean Blue #284CCB
RGB
CMYK
RGB Variations
Color information
#284CCB (or 0x284CCB) is known color: Cerulean Blue. HEX triplet: 28, 4C and CB. RGB value is (40,76,203). Sum of RGB (Red+Green+Blue) = 40+76+203=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #284CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CCB is #D7B334. Grayscale: #4F4F4F. Windows color (decimal): -14136117 or 13323304. OLE color: 13323304.
HSL color Cylindrical-coordinate representation of color #284CCB: hue angle of 226.75º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #284CCB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 76 | 203 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.20 |
| HSL | 226.75º | 0.67% | 0.48% | - |
| HSV(B) | 226.75º | 0.8% | 0.8% | - |
| XYZ | 14.24 | 9.93 | 57.67 | - |
| YUV | 79.71 | 197.57 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 203 | 0.80 | 0.63 | 0 | 0.20 | 226.75 | 0.67 | 0.48 |
| Hex | 28 | 4C | CB | 50 | 3F | 0 | 14 | E3 | 43 | 30 |
| Octal | 50 | 114 | 313 | 120 | 77 | 0 | 24 | 343 | 103 | 60 |
| Binary | 101000 | 1001100 | 11001011 | 1010000 | 111111 | 0 | 10100 | 11100011 | 1000011 | 110000 |
Color Harmonies of #284CCB
Complementary color
Monochromatic Colors of #284CCB
Black with #284CCB
Text Example
Text Example
White with #284CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CCB; }
p { color: rgb(40,76,203); }
H1.HeaderClassName
{
color: #284CCB;
}
.AnyTagClassName
{
color: #284CCB;
}
</style>
background-color css
<style>
a { background-color: #284CCB; }
a { background-color: rgb(40,76,203); }
div.DivClassName
{
background-color: #284CCB;
}
.BgClassName
{
background-color: #284CCB;
}
</style>
border-color css
<style>
span { border-color: #284CCB; }
span { border-color: rgb(40,76,203); }
td.TdClassName
{
border-color: #284CCB;
}
.TagClassName
{
border-color: #284CCB;
}
</style>