Shades of Cornflower Blue #538CF7
Tints of Cornflower Blue #538CF7
RGB
CMYK
RGB Variations
Color information
#538CF7 (or 0x538CF7) is known color: Cornflower Blue. HEX triplet: 53, 8C and F7. RGB value is (83,140,247). Sum of RGB (Red+Green+Blue) = 83+140+247=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #538CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CF7 is #AC7308. Grayscale: #868686. Windows color (decimal): -11301641 or 16223315. OLE color: 16223315.
HSL color Cylindrical-coordinate representation of color #538CF7: hue angle of 219.15º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538CF7 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 140 | 247 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.03 |
| HSL | 219.15º | 0.91% | 0.65% | - |
| HSV(B) | 219.15º | 0.66% | 0.97% | - |
| XYZ | 29.73 | 27.31 | 91.7 | - |
| YUV | 135.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 247 | 0.66 | 0.43 | 0 | 0.03 | 219.15 | 0.91 | 0.65 |
| Hex | 53 | 8C | F7 | 42 | 2B | 0 | 3 | DB | 5B | 41 |
| Octal | 123 | 214 | 367 | 102 | 53 | 0 | 3 | 333 | 133 | 101 |
| Binary | 1010011 | 10001100 | 11110111 | 1000010 | 101011 | 0 | 11 | 11011011 | 1011011 | 1000001 |
Color Harmonies of #538CF7
Complementary color
Monochromatic Colors of #538CF7
Black with #538CF7
Text Example
Text Example
White with #538CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CF7; }
p { color: rgb(83,140,247); }
H1.HeaderClassName
{
color: #538CF7;
}
.AnyTagClassName
{
color: #538CF7;
}
</style>
background-color css
<style>
a { background-color: #538CF7; }
a { background-color: rgb(83,140,247); }
div.DivClassName
{
background-color: #538CF7;
}
.BgClassName
{
background-color: #538CF7;
}
</style>
border-color css
<style>
span { border-color: #538CF7; }
span { border-color: rgb(83,140,247); }
td.TdClassName
{
border-color: #538CF7;
}
.TagClassName
{
border-color: #538CF7;
}
</style>