Shades of Cornflower Blue #5384FC
Tints of Cornflower Blue #5384FC
RGB
CMYK
RGB Variations
Color information
#5384FC (or 0x5384FC) is known color: Cornflower Blue. HEX triplet: 53, 84 and FC. RGB value is (83,132,252). Sum of RGB (Red+Green+Blue) = 83+132+252=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #5384FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5384FC is #AC7B03. Grayscale: #828282. Windows color (decimal): -11303684 or 16548947. OLE color: 16548947.
HSL color Cylindrical-coordinate representation of color #5384FC: hue angle of 222.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5384FC is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 132 | 252 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.01 |
| HSL | 222.6º | 0.97% | 0.66% | - |
| HSV(B) | 222.6º | 0.67% | 0.99% | - |
| XYZ | 29.39 | 25.37 | 95.44 | - |
| YUV | 131.03 | 196.27 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 252 | 0.67 | 0.48 | 0 | 0.01 | 222.6 | 0.97 | 0.66 |
| Hex | 53 | 84 | FC | 43 | 30 | 0 | 1 | DF | 61 | 42 |
| Octal | 123 | 204 | 374 | 103 | 60 | 0 | 1 | 337 | 141 | 102 |
| Binary | 1010011 | 10000100 | 11111100 | 1000011 | 110000 | 0 | 1 | 11011111 | 1100001 | 1000010 |
Color Harmonies of #5384FC
Complementary color
Monochromatic Colors of #5384FC
Black with #5384FC
Text Example
Text Example
White with #5384FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384FC; }
p { color: rgb(83,132,252); }
H1.HeaderClassName
{
color: #5384FC;
}
.AnyTagClassName
{
color: #5384FC;
}
</style>
background-color css
<style>
a { background-color: #5384FC; }
a { background-color: rgb(83,132,252); }
div.DivClassName
{
background-color: #5384FC;
}
.BgClassName
{
background-color: #5384FC;
}
</style>
border-color css
<style>
span { border-color: #5384FC; }
span { border-color: rgb(83,132,252); }
td.TdClassName
{
border-color: #5384FC;
}
.TagClassName
{
border-color: #5384FC;
}
</style>