Shades of Cornflower Blue #5382DF
Tints of Cornflower Blue #5382DF
RGB
CMYK
RGB Variations
Color information
#5382DF (or 0x5382DF) is known color: Cornflower Blue. HEX triplet: 53, 82 and DF. RGB value is (83,130,223). Sum of RGB (Red+Green+Blue) = 83+130+223=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #5382DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382DF is #AC7D20. Grayscale: #7E7E7E. Windows color (decimal): -11304225 or 14647891. OLE color: 14647891.
HSL color Cylindrical-coordinate representation of color #5382DF: hue angle of 219.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5382DF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 130 | 223 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.13 |
| HSL | 219.86º | 0.69% | 0.6% | - |
| HSV(B) | 219.86º | 0.63% | 0.87% | - |
| XYZ | 24.87 | 23.13 | 72.97 | - |
| YUV | 126.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 223 | 0.63 | 0.42 | 0 | 0.13 | 219.86 | 0.69 | 0.6 |
| Hex | 53 | 82 | DF | 3F | 2A | 0 | D | DC | 45 | 3C |
| Octal | 123 | 202 | 337 | 77 | 52 | 0 | 15 | 334 | 105 | 74 |
| Binary | 1010011 | 10000010 | 11011111 | 111111 | 101010 | 0 | 1101 | 11011100 | 1000101 | 111100 |
Color Harmonies of #5382DF
Complementary color
Monochromatic Colors of #5382DF
Black with #5382DF
Text Example
Text Example
White with #5382DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5382DF; }
p { color: rgb(83,130,223); }
H1.HeaderClassName
{
color: #5382DF;
}
.AnyTagClassName
{
color: #5382DF;
}
</style>
background-color css
<style>
a { background-color: #5382DF; }
a { background-color: rgb(83,130,223); }
div.DivClassName
{
background-color: #5382DF;
}
.BgClassName
{
background-color: #5382DF;
}
</style>
border-color css
<style>
span { border-color: #5382DF; }
span { border-color: rgb(83,130,223); }
td.TdClassName
{
border-color: #5382DF;
}
.TagClassName
{
border-color: #5382DF;
}
</style>