Shades of Cornflower Blue #5293FF
Tints of Cornflower Blue #5293FF
RGB
CMYK
RGB Variations
Color information
#5293FF (or 0x5293FF) is known color: Cornflower Blue. HEX triplet: 52, 93 and FF. RGB value is (82,147,255). Sum of RGB (Red+Green+Blue) = 82+147+255=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #5293FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5293FF is #AD6C00. Grayscale: #8B8B8B. Windows color (decimal): -11365377 or 16749394. OLE color: 16749394.
HSL color Cylindrical-coordinate representation of color #5293FF: hue angle of 217.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5293FF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 147 | 255 | - |
| CMYK | 0.68 | 0.42 | 0 | 0 |
| HSL | 217.46º | 1% | 0.66% | - |
| HSV(B) | 217.46º | 0.68% | 1% | - |
| XYZ | 31.96 | 29.88 | 98.69 | - |
| YUV | 139.88 | 192.97 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 255 | 0.68 | 0.42 | 0 | 0 | 217.46 | 1 | 0.66 |
| Hex | 52 | 93 | FF | 44 | 2A | 0 | 0 | D9 | 64 | 42 |
| Octal | 122 | 223 | 377 | 104 | 52 | 0 | 0 | 331 | 144 | 102 |
| Binary | 1010010 | 10010011 | 11111111 | 1000100 | 101010 | 0 | 0 | 11011001 | 1100100 | 1000010 |
Color Harmonies of #5293FF
Complementary color
Monochromatic Colors of #5293FF
Black with #5293FF
Text Example
Text Example
White with #5293FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293FF; }
p { color: rgb(82,147,255); }
H1.HeaderClassName
{
color: #5293FF;
}
.AnyTagClassName
{
color: #5293FF;
}
</style>
background-color css
<style>
a { background-color: #5293FF; }
a { background-color: rgb(82,147,255); }
div.DivClassName
{
background-color: #5293FF;
}
.BgClassName
{
background-color: #5293FF;
}
</style>
border-color css
<style>
span { border-color: #5293FF; }
span { border-color: rgb(82,147,255); }
td.TdClassName
{
border-color: #5293FF;
}
.TagClassName
{
border-color: #5293FF;
}
</style>