Shades of Cornflower Blue #508AF1
Tints of Cornflower Blue #508AF1
RGB
CMYK
RGB Variations
Color information
#508AF1 (or 0x508AF1) is known color: Cornflower Blue. HEX triplet: 50, 8A and F1. RGB value is (80,138,241). Sum of RGB (Red+Green+Blue) = 80+138+241=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #508AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AF1 is #AF750E. Grayscale: #838383. Windows color (decimal): -11498767 or 15829584. OLE color: 15829584.
HSL color Cylindrical-coordinate representation of color #508AF1: hue angle of 218.39º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508AF1 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 138 | 241 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.05 |
| HSL | 218.39º | 0.85% | 0.63% | - |
| HSV(B) | 218.39º | 0.67% | 0.95% | - |
| XYZ | 28.27 | 26.23 | 86.79 | - |
| YUV | 132.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 241 | 0.67 | 0.43 | 0 | 0.05 | 218.39 | 0.85 | 0.63 |
| Hex | 50 | 8A | F1 | 43 | 2B | 0 | 5 | DA | 55 | 3F |
| Octal | 120 | 212 | 361 | 103 | 53 | 0 | 5 | 332 | 125 | 77 |
| Binary | 1010000 | 10001010 | 11110001 | 1000011 | 101011 | 0 | 101 | 11011010 | 1010101 | 111111 |
Color Harmonies of #508AF1
Complementary color
Monochromatic Colors of #508AF1
Black with #508AF1
Text Example
Text Example
White with #508AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AF1; }
p { color: rgb(80,138,241); }
H1.HeaderClassName
{
color: #508AF1;
}
.AnyTagClassName
{
color: #508AF1;
}
</style>
background-color css
<style>
a { background-color: #508AF1; }
a { background-color: rgb(80,138,241); }
div.DivClassName
{
background-color: #508AF1;
}
.BgClassName
{
background-color: #508AF1;
}
</style>
border-color css
<style>
span { border-color: #508AF1; }
span { border-color: rgb(80,138,241); }
td.TdClassName
{
border-color: #508AF1;
}
.TagClassName
{
border-color: #508AF1;
}
</style>