Shades of Cornflower Blue #5384FF
Tints of Cornflower Blue #5384FF
RGB
CMYK
RGB Variations
Color information
#5384FF (or 0x5384FF) is known color: Cornflower Blue. HEX triplet: 53, 84 and FF. RGB value is (83,132,255). Sum of RGB (Red+Green+Blue) = 83+132+255=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #5384FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5384FF is #AC7B00. Grayscale: #828282. Windows color (decimal): -11303681 or 16745555. OLE color: 16745555.
HSL color Cylindrical-coordinate representation of color #5384FF: hue angle of 222.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5384FF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 132 | 255 | - |
| CMYK | 0.67 | 0.48 | 0 | 0 |
| HSL | 222.91º | 1% | 0.66% | - |
| HSV(B) | 222.91º | 0.67% | 1% | - |
| XYZ | 29.87 | 25.56 | 97.97 | - |
| YUV | 131.37 | 197.77 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 255 | 0.67 | 0.48 | 0 | 0 | 222.91 | 1 | 0.66 |
| Hex | 53 | 84 | FF | 43 | 30 | 0 | 0 | DF | 64 | 42 |
| Octal | 123 | 204 | 377 | 103 | 60 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010011 | 10000100 | 11111111 | 1000011 | 110000 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5384FF
Complementary color
Monochromatic Colors of #5384FF
Black with #5384FF
Text Example
Text Example
White with #5384FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384FF; }
p { color: rgb(83,132,255); }
H1.HeaderClassName
{
color: #5384FF;
}
.AnyTagClassName
{
color: #5384FF;
}
</style>
background-color css
<style>
a { background-color: #5384FF; }
a { background-color: rgb(83,132,255); }
div.DivClassName
{
background-color: #5384FF;
}
.BgClassName
{
background-color: #5384FF;
}
</style>
border-color css
<style>
span { border-color: #5384FF; }
span { border-color: rgb(83,132,255); }
td.TdClassName
{
border-color: #5384FF;
}
.TagClassName
{
border-color: #5384FF;
}
</style>