Shades of Cornflower Blue #538CF1
Tints of Cornflower Blue #538CF1
RGB
CMYK
RGB Variations
Color information
#538CF1 (or 0x538CF1) is known color: Cornflower Blue. HEX triplet: 53, 8C and F1. RGB value is (83,140,241). Sum of RGB (Red+Green+Blue) = 83+140+241=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #538CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CF1 is #AC730E. Grayscale: #868686. Windows color (decimal): -11301647 or 15830099. OLE color: 15830099.
HSL color Cylindrical-coordinate representation of color #538CF1: hue angle of 218.35º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538CF1 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 140 | 241 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.05 |
| HSL | 218.35º | 0.85% | 0.64% | - |
| HSV(B) | 218.35º | 0.66% | 0.95% | - |
| XYZ | 28.82 | 26.95 | 86.9 | - |
| YUV | 134.47 | 188.12 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 241 | 0.66 | 0.42 | 0 | 0.05 | 218.35 | 0.85 | 0.64 |
| Hex | 53 | 8C | F1 | 42 | 2A | 0 | 5 | DA | 55 | 40 |
| Octal | 123 | 214 | 361 | 102 | 52 | 0 | 5 | 332 | 125 | 100 |
| Binary | 1010011 | 10001100 | 11110001 | 1000010 | 101010 | 0 | 101 | 11011010 | 1010101 | 1000000 |
Color Harmonies of #538CF1
Complementary color
Monochromatic Colors of #538CF1
Black with #538CF1
Text Example
Text Example
White with #538CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CF1; }
p { color: rgb(83,140,241); }
H1.HeaderClassName
{
color: #538CF1;
}
.AnyTagClassName
{
color: #538CF1;
}
</style>
background-color css
<style>
a { background-color: #538CF1; }
a { background-color: rgb(83,140,241); }
div.DivClassName
{
background-color: #538CF1;
}
.BgClassName
{
background-color: #538CF1;
}
</style>
border-color css
<style>
span { border-color: #538CF1; }
span { border-color: rgb(83,140,241); }
td.TdClassName
{
border-color: #538CF1;
}
.TagClassName
{
border-color: #538CF1;
}
</style>