Shades of Cornflower Blue #5783FB
Tints of Cornflower Blue #5783FB
RGB
CMYK
RGB Variations
Color information
#5783FB (or 0x5783FB) is known color: Cornflower Blue. HEX triplet: 57, 83 and FB. RGB value is (87,131,251). Sum of RGB (Red+Green+Blue) = 87+131+251=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #5783FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5783FB is #A87C04. Grayscale: #838383. Windows color (decimal): -11041797 or 16483159. OLE color: 16483159.
HSL color Cylindrical-coordinate representation of color #5783FB: hue angle of 223.9º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5783FB is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 131 | 251 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.02 |
| HSL | 223.9º | 0.95% | 0.66% | - |
| HSV(B) | 223.9º | 0.65% | 0.98% | - |
| XYZ | 29.46 | 25.22 | 94.58 | - |
| YUV | 131.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 251 | 0.65 | 0.48 | 0 | 0.02 | 223.9 | 0.95 | 0.66 |
| Hex | 57 | 83 | FB | 41 | 30 | 0 | 2 | E0 | 5F | 42 |
| Octal | 127 | 203 | 373 | 101 | 60 | 0 | 2 | 340 | 137 | 102 |
| Binary | 1010111 | 10000011 | 11111011 | 1000001 | 110000 | 0 | 10 | 11100000 | 1011111 | 1000010 |
Color Harmonies of #5783FB
Complementary color
Monochromatic Colors of #5783FB
Black with #5783FB
Text Example
Text Example
White with #5783FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5783FB; }
p { color: rgb(87,131,251); }
H1.HeaderClassName
{
color: #5783FB;
}
.AnyTagClassName
{
color: #5783FB;
}
</style>
background-color css
<style>
a { background-color: #5783FB; }
a { background-color: rgb(87,131,251); }
div.DivClassName
{
background-color: #5783FB;
}
.BgClassName
{
background-color: #5783FB;
}
</style>
border-color css
<style>
span { border-color: #5783FB; }
span { border-color: rgb(87,131,251); }
td.TdClassName
{
border-color: #5783FB;
}
.TagClassName
{
border-color: #5783FB;
}
</style>