Shades of Cornflower Blue #5692FA
Tints of Cornflower Blue #5692FA
RGB
CMYK
RGB Variations
Color information
#5692FA (or 0x5692FA) is known color: Cornflower Blue. HEX triplet: 56, 92 and FA. RGB value is (86,146,250). Sum of RGB (Red+Green+Blue) = 86+146+250=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #5692FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5692FA is #A96D05. Grayscale: #8B8B8B. Windows color (decimal): -11103494 or 16421462. OLE color: 16421462.
HSL color Cylindrical-coordinate representation of color #5692FA: hue angle of 218.05º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5692FA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 146 | 250 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.02 |
| HSL | 218.05º | 0.94% | 0.66% | - |
| HSV(B) | 218.05º | 0.66% | 0.98% | - |
| XYZ | 31.37 | 29.44 | 94.47 | - |
| YUV | 139.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 250 | 0.66 | 0.42 | 0 | 0.02 | 218.05 | 0.94 | 0.66 |
| Hex | 56 | 92 | FA | 42 | 2A | 0 | 2 | DA | 5E | 42 |
| Octal | 126 | 222 | 372 | 102 | 52 | 0 | 2 | 332 | 136 | 102 |
| Binary | 1010110 | 10010010 | 11111010 | 1000010 | 101010 | 0 | 10 | 11011010 | 1011110 | 1000010 |
Color Harmonies of #5692FA
Complementary color
Monochromatic Colors of #5692FA
Black with #5692FA
Text Example
Text Example
White with #5692FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5692FA; }
p { color: rgb(86,146,250); }
H1.HeaderClassName
{
color: #5692FA;
}
.AnyTagClassName
{
color: #5692FA;
}
</style>
background-color css
<style>
a { background-color: #5692FA; }
a { background-color: rgb(86,146,250); }
div.DivClassName
{
background-color: #5692FA;
}
.BgClassName
{
background-color: #5692FA;
}
</style>
border-color css
<style>
span { border-color: #5692FA; }
span { border-color: rgb(86,146,250); }
td.TdClassName
{
border-color: #5692FA;
}
.TagClassName
{
border-color: #5692FA;
}
</style>