Shades of Cerulean Blue #284FC2
Tints of Cerulean Blue #284FC2
RGB
CMYK
RGB Variations
Color information
#284FC2 (or 0x284FC2) is known color: Cerulean Blue. HEX triplet: 28, 4F and C2. RGB value is (40,79,194). Sum of RGB (Red+Green+Blue) = 40+79+194=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #284FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FC2 is #D7B03D. Grayscale: #4F4F4F. Windows color (decimal): -14135358 or 12734248. OLE color: 12734248.
HSL color Cylindrical-coordinate representation of color #284FC2: hue angle of 224.81º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #284FC2 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 79 | 194 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.24 |
| HSL | 224.81º | 0.66% | 0.46% | - |
| HSV(B) | 224.81º | 0.79% | 0.76% | - |
| XYZ | 13.41 | 9.94 | 52.25 | - |
| YUV | 80.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 194 | 0.79 | 0.59 | 0 | 0.24 | 224.81 | 0.66 | 0.46 |
| Hex | 28 | 4F | C2 | 4F | 3B | 0 | 18 | E1 | 42 | 2E |
| Octal | 50 | 117 | 302 | 117 | 73 | 0 | 30 | 341 | 102 | 56 |
| Binary | 101000 | 1001111 | 11000010 | 1001111 | 111011 | 0 | 11000 | 11100001 | 1000010 | 101110 |
Color Harmonies of #284FC2
Complementary color
Monochromatic Colors of #284FC2
Black with #284FC2
Text Example
Text Example
White with #284FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284FC2; }
p { color: rgb(40,79,194); }
H1.HeaderClassName
{
color: #284FC2;
}
.AnyTagClassName
{
color: #284FC2;
}
</style>
background-color css
<style>
a { background-color: #284FC2; }
a { background-color: rgb(40,79,194); }
div.DivClassName
{
background-color: #284FC2;
}
.BgClassName
{
background-color: #284FC2;
}
</style>
border-color css
<style>
span { border-color: #284FC2; }
span { border-color: rgb(40,79,194); }
td.TdClassName
{
border-color: #284FC2;
}
.TagClassName
{
border-color: #284FC2;
}
</style>