Shades of Cornflower Blue #5384FD
Tints of Cornflower Blue #5384FD
RGB
CMYK
RGB Variations
Color information
#5384FD (or 0x5384FD) is known color: Cornflower Blue. HEX triplet: 53, 84 and FD. RGB value is (83,132,253). Sum of RGB (Red+Green+Blue) = 83+132+253=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #5384FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5384FD is #AC7B02. Grayscale: #828282. Windows color (decimal): -11303683 or 16614483. OLE color: 16614483.
HSL color Cylindrical-coordinate representation of color #5384FD: hue angle of 222.71º degrees, saturation: 0.98, 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 #5384FD is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 132 | 253 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.01 |
| HSL | 222.71º | 0.98% | 0.66% | - |
| HSV(B) | 222.71º | 0.67% | 0.99% | - |
| XYZ | 29.55 | 25.43 | 96.28 | - |
| YUV | 131.14 | 196.77 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 253 | 0.67 | 0.48 | 0 | 0.01 | 222.71 | 0.98 | 0.66 |
| Hex | 53 | 84 | FD | 43 | 30 | 0 | 1 | DF | 62 | 42 |
| Octal | 123 | 204 | 375 | 103 | 60 | 0 | 1 | 337 | 142 | 102 |
| Binary | 1010011 | 10000100 | 11111101 | 1000011 | 110000 | 0 | 1 | 11011111 | 1100010 | 1000010 |
Color Harmonies of #5384FD
Complementary color
Monochromatic Colors of #5384FD
Black with #5384FD
Text Example
Text Example
White with #5384FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384FD; }
p { color: rgb(83,132,253); }
H1.HeaderClassName
{
color: #5384FD;
}
.AnyTagClassName
{
color: #5384FD;
}
</style>
background-color css
<style>
a { background-color: #5384FD; }
a { background-color: rgb(83,132,253); }
div.DivClassName
{
background-color: #5384FD;
}
.BgClassName
{
background-color: #5384FD;
}
</style>
border-color css
<style>
span { border-color: #5384FD; }
span { border-color: rgb(83,132,253); }
td.TdClassName
{
border-color: #5384FD;
}
.TagClassName
{
border-color: #5384FD;
}
</style>