Shades of Cornflower Blue #5783FE
Tints of Cornflower Blue #5783FE
RGB
CMYK
RGB Variations
Color information
#5783FE (or 0x5783FE) is known color: Cornflower Blue. HEX triplet: 57, 83 and FE. RGB value is (87,131,254). Sum of RGB (Red+Green+Blue) = 87+131+254=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #5783FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5783FE is #A87C01. Grayscale: #838383. Windows color (decimal): -11041794 or 16679767. OLE color: 16679767.
HSL color Cylindrical-coordinate representation of color #5783FE: hue angle of 224.19º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5783FE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 131 | 254 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.00 |
| HSL | 224.19º | 0.99% | 0.67% | - |
| HSV(B) | 224.19º | 0.66% | 1% | - |
| XYZ | 29.94 | 25.41 | 97.09 | - |
| YUV | 131.87 | 196.92 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 254 | 0.66 | 0.48 | 0 | 0.00 | 224.19 | 0.99 | 0.67 |
| Hex | 57 | 83 | FE | 42 | 30 | 0 | 0 | E0 | 63 | 43 |
| Octal | 127 | 203 | 376 | 102 | 60 | 0 | 0 | 340 | 143 | 103 |
| Binary | 1010111 | 10000011 | 11111110 | 1000010 | 110000 | 0 | 0 | 11100000 | 1100011 | 1000011 |
Color Harmonies of #5783FE
Complementary color
Monochromatic Colors of #5783FE
Black with #5783FE
Text Example
Text Example
White with #5783FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5783FE; }
p { color: rgb(87,131,254); }
H1.HeaderClassName
{
color: #5783FE;
}
.AnyTagClassName
{
color: #5783FE;
}
</style>
background-color css
<style>
a { background-color: #5783FE; }
a { background-color: rgb(87,131,254); }
div.DivClassName
{
background-color: #5783FE;
}
.BgClassName
{
background-color: #5783FE;
}
</style>
border-color css
<style>
span { border-color: #5783FE; }
span { border-color: rgb(87,131,254); }
td.TdClassName
{
border-color: #5783FE;
}
.TagClassName
{
border-color: #5783FE;
}
</style>