Shades of Cornflower Blue #5399FF
Tints of Cornflower Blue #5399FF
RGB
CMYK
RGB Variations
Color information
#5399FF (or 0x5399FF) is known color: Cornflower Blue. HEX triplet: 53, 99 and FF. RGB value is (83,153,255). Sum of RGB (Red+Green+Blue) = 83+153+255=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #5399FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5399FF is #AC6600. Grayscale: #8F8F8F. Windows color (decimal): -11298305 or 16750931. OLE color: 16750931.
HSL color Cylindrical-coordinate representation of color #5399FF: hue angle of 215.58º 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 #5399FF is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 153 | 255 | - |
| CMYK | 0.67 | 0.4 | 0 | 0 |
| HSL | 215.58º | 1% | 0.66% | - |
| HSV(B) | 215.58º | 0.67% | 1% | - |
| XYZ | 33.01 | 31.84 | 99.01 | - |
| YUV | 143.7 | 190.81 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 255 | 0.67 | 0.4 | 0 | 0 | 215.58 | 1 | 0.66 |
| Hex | 53 | 99 | FF | 43 | 28 | 0 | 0 | D8 | 64 | 42 |
| Octal | 123 | 231 | 377 | 103 | 50 | 0 | 0 | 330 | 144 | 102 |
| Binary | 1010011 | 10011001 | 11111111 | 1000011 | 101000 | 0 | 0 | 11011000 | 1100100 | 1000010 |
Color Harmonies of #5399FF
Complementary color
Monochromatic Colors of #5399FF
Black with #5399FF
Text Example
Text Example
White with #5399FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5399FF; }
p { color: rgb(83,153,255); }
H1.HeaderClassName
{
color: #5399FF;
}
.AnyTagClassName
{
color: #5399FF;
}
</style>
background-color css
<style>
a { background-color: #5399FF; }
a { background-color: rgb(83,153,255); }
div.DivClassName
{
background-color: #5399FF;
}
.BgClassName
{
background-color: #5399FF;
}
</style>
border-color css
<style>
span { border-color: #5399FF; }
span { border-color: rgb(83,153,255); }
td.TdClassName
{
border-color: #5399FF;
}
.TagClassName
{
border-color: #5399FF;
}
</style>