Shades of Cornflower Blue #5283FD
Tints of Cornflower Blue #5283FD
RGB
CMYK
RGB Variations
Color information
#5283FD (or 0x5283FD) is known color: Cornflower Blue. HEX triplet: 52, 83 and FD. RGB value is (82,131,253). Sum of RGB (Red+Green+Blue) = 82+131+253=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #5283FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283FD is #AD7C02. Grayscale: #818181. Windows color (decimal): -11369475 or 16614226. OLE color: 16614226.
HSL color Cylindrical-coordinate representation of color #5283FD: hue angle of 222.81º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5283FD is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 131 | 253 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.01 |
| HSL | 222.81º | 0.98% | 0.66% | - |
| HSV(B) | 222.81º | 0.68% | 0.99% | - |
| XYZ | 29.33 | 25.12 | 96.23 | - |
| YUV | 130.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 253 | 0.68 | 0.48 | 0 | 0.01 | 222.81 | 0.98 | 0.66 |
| Hex | 52 | 83 | FD | 44 | 30 | 0 | 1 | DF | 62 | 42 |
| Octal | 122 | 203 | 375 | 104 | 60 | 0 | 1 | 337 | 142 | 102 |
| Binary | 1010010 | 10000011 | 11111101 | 1000100 | 110000 | 0 | 1 | 11011111 | 1100010 | 1000010 |
Color Harmonies of #5283FD
Complementary color
Monochromatic Colors of #5283FD
Black with #5283FD
Text Example
Text Example
White with #5283FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283FD; }
p { color: rgb(82,131,253); }
H1.HeaderClassName
{
color: #5283FD;
}
.AnyTagClassName
{
color: #5283FD;
}
</style>
background-color css
<style>
a { background-color: #5283FD; }
a { background-color: rgb(82,131,253); }
div.DivClassName
{
background-color: #5283FD;
}
.BgClassName
{
background-color: #5283FD;
}
</style>
border-color css
<style>
span { border-color: #5283FD; }
span { border-color: rgb(82,131,253); }
td.TdClassName
{
border-color: #5283FD;
}
.TagClassName
{
border-color: #5283FD;
}
</style>