Shades of Cornflower Blue #538BF2
Tints of Cornflower Blue #538BF2
RGB
CMYK
RGB Variations
Color information
#538BF2 (or 0x538BF2) is known color: Cornflower Blue. HEX triplet: 53, 8B and F2. RGB value is (83,139,242). Sum of RGB (Red+Green+Blue) = 83+139+242=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #538BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BF2 is #AC740D. Grayscale: #858585. Windows color (decimal): -11301902 or 15895379. OLE color: 15895379.
HSL color Cylindrical-coordinate representation of color #538BF2: hue angle of 218.87º degrees, saturation: 0.86, 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 #538BF2 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 139 | 242 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.05 |
| HSL | 218.87º | 0.86% | 0.64% | - |
| HSV(B) | 218.87º | 0.66% | 0.95% | - |
| XYZ | 28.83 | 26.72 | 87.64 | - |
| YUV | 134 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 242 | 0.66 | 0.43 | 0 | 0.05 | 218.87 | 0.86 | 0.64 |
| Hex | 53 | 8B | F2 | 42 | 2B | 0 | 5 | DB | 56 | 40 |
| Octal | 123 | 213 | 362 | 102 | 53 | 0 | 5 | 333 | 126 | 100 |
| Binary | 1010011 | 10001011 | 11110010 | 1000010 | 101011 | 0 | 101 | 11011011 | 1010110 | 1000000 |
Color Harmonies of #538BF2
Complementary color
Monochromatic Colors of #538BF2
Black with #538BF2
Text Example
Text Example
White with #538BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BF2; }
p { color: rgb(83,139,242); }
H1.HeaderClassName
{
color: #538BF2;
}
.AnyTagClassName
{
color: #538BF2;
}
</style>
background-color css
<style>
a { background-color: #538BF2; }
a { background-color: rgb(83,139,242); }
div.DivClassName
{
background-color: #538BF2;
}
.BgClassName
{
background-color: #538BF2;
}
</style>
border-color css
<style>
span { border-color: #538BF2; }
span { border-color: rgb(83,139,242); }
td.TdClassName
{
border-color: #538BF2;
}
.TagClassName
{
border-color: #538BF2;
}
</style>