Shades of Cornflower Blue #538BFE
Tints of Cornflower Blue #538BFE
RGB
CMYK
RGB Variations
Color information
#538BFE (or 0x538BFE) is known color: Cornflower Blue. HEX triplet: 53, 8B and FE. RGB value is (83,139,254). Sum of RGB (Red+Green+Blue) = 83+139+254=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #538BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BFE is #AC7401. Grayscale: #868686. Windows color (decimal): -11301890 or 16681811. OLE color: 16681811.
HSL color Cylindrical-coordinate representation of color #538BFE: hue angle of 220.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538BFE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 139 | 254 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.00 |
| HSL | 220.35º | 0.99% | 0.66% | - |
| HSV(B) | 220.35º | 0.67% | 1% | - |
| XYZ | 30.69 | 27.46 | 97.45 | - |
| YUV | 135.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 254 | 0.67 | 0.45 | 0 | 0.00 | 220.35 | 0.99 | 0.66 |
| Hex | 53 | 8B | FE | 43 | 2D | 0 | 0 | DC | 63 | 42 |
| Octal | 123 | 213 | 376 | 103 | 55 | 0 | 0 | 334 | 143 | 102 |
| Binary | 1010011 | 10001011 | 11111110 | 1000011 | 101101 | 0 | 0 | 11011100 | 1100011 | 1000010 |
Color Harmonies of #538BFE
Complementary color
Monochromatic Colors of #538BFE
Black with #538BFE
Text Example
Text Example
White with #538BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BFE; }
p { color: rgb(83,139,254); }
H1.HeaderClassName
{
color: #538BFE;
}
.AnyTagClassName
{
color: #538BFE;
}
</style>
background-color css
<style>
a { background-color: #538BFE; }
a { background-color: rgb(83,139,254); }
div.DivClassName
{
background-color: #538BFE;
}
.BgClassName
{
background-color: #538BFE;
}
</style>
border-color css
<style>
span { border-color: #538BFE; }
span { border-color: rgb(83,139,254); }
td.TdClassName
{
border-color: #538BFE;
}
.TagClassName
{
border-color: #538BFE;
}
</style>