Shades of Cornflower Blue #538BFC
Tints of Cornflower Blue #538BFC
RGB
CMYK
RGB Variations
Color information
#538BFC (or 0x538BFC) is known color: Cornflower Blue. HEX triplet: 53, 8B and FC. RGB value is (83,139,252). Sum of RGB (Red+Green+Blue) = 83+139+252=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #538BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BFC is #AC7403. Grayscale: #868686. Windows color (decimal): -11301892 or 16550739. OLE color: 16550739.
HSL color Cylindrical-coordinate representation of color #538BFC: hue angle of 220.12º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538BFC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 139 | 252 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.01 |
| HSL | 220.12º | 0.97% | 0.66% | - |
| HSV(B) | 220.12º | 0.67% | 0.99% | - |
| XYZ | 30.37 | 27.33 | 95.77 | - |
| YUV | 135.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 252 | 0.67 | 0.45 | 0 | 0.01 | 220.12 | 0.97 | 0.66 |
| Hex | 53 | 8B | FC | 43 | 2D | 0 | 1 | DC | 61 | 42 |
| Octal | 123 | 213 | 374 | 103 | 55 | 0 | 1 | 334 | 141 | 102 |
| Binary | 1010011 | 10001011 | 11111100 | 1000011 | 101101 | 0 | 1 | 11011100 | 1100001 | 1000010 |
Color Harmonies of #538BFC
Complementary color
Monochromatic Colors of #538BFC
Black with #538BFC
Text Example
Text Example
White with #538BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BFC; }
p { color: rgb(83,139,252); }
H1.HeaderClassName
{
color: #538BFC;
}
.AnyTagClassName
{
color: #538BFC;
}
</style>
background-color css
<style>
a { background-color: #538BFC; }
a { background-color: rgb(83,139,252); }
div.DivClassName
{
background-color: #538BFC;
}
.BgClassName
{
background-color: #538BFC;
}
</style>
border-color css
<style>
span { border-color: #538BFC; }
span { border-color: rgb(83,139,252); }
td.TdClassName
{
border-color: #538BFC;
}
.TagClassName
{
border-color: #538BFC;
}
</style>