Shades of Cornflower Blue #508ADF
Tints of Cornflower Blue #508ADF
RGB
CMYK
RGB Variations
Color information
#508ADF (or 0x508ADF) is known color: Cornflower Blue. HEX triplet: 50, 8A and DF. RGB value is (80,138,223). Sum of RGB (Red+Green+Blue) = 80+138+223=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #508ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ADF is #AF7520. Grayscale: #818181. Windows color (decimal): -11498785 or 14649936. OLE color: 14649936.
HSL color Cylindrical-coordinate representation of color #508ADF: hue angle of 215.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508ADF is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 138 | 223 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.13 |
| HSL | 215.66º | 0.69% | 0.59% | - |
| HSV(B) | 215.66º | 0.64% | 0.87% | - |
| XYZ | 25.72 | 25.21 | 73.32 | - |
| YUV | 130.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 223 | 0.64 | 0.38 | 0 | 0.13 | 215.66 | 0.69 | 0.59 |
| Hex | 50 | 8A | DF | 40 | 26 | 0 | D | D8 | 45 | 3B |
| Octal | 120 | 212 | 337 | 100 | 46 | 0 | 15 | 330 | 105 | 73 |
| Binary | 1010000 | 10001010 | 11011111 | 1000000 | 100110 | 0 | 1101 | 11011000 | 1000101 | 111011 |
Color Harmonies of #508ADF
Complementary color
Monochromatic Colors of #508ADF
Black with #508ADF
Text Example
Text Example
White with #508ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508ADF; }
p { color: rgb(80,138,223); }
H1.HeaderClassName
{
color: #508ADF;
}
.AnyTagClassName
{
color: #508ADF;
}
</style>
background-color css
<style>
a { background-color: #508ADF; }
a { background-color: rgb(80,138,223); }
div.DivClassName
{
background-color: #508ADF;
}
.BgClassName
{
background-color: #508ADF;
}
</style>
border-color css
<style>
span { border-color: #508ADF; }
span { border-color: rgb(80,138,223); }
td.TdClassName
{
border-color: #508ADF;
}
.TagClassName
{
border-color: #508ADF;
}
</style>