Shades of Cornflower Blue #5BA5EF
Tints of Cornflower Blue #5BA5EF
RGB
CMYK
RGB Variations
Color information
#5BA5EF (or 0x5BA5EF) is known color: Cornflower Blue. HEX triplet: 5B, A5 and EF. RGB value is (91,165,239). Sum of RGB (Red+Green+Blue) = 91+165+239=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA5EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA5EF is #A45A10. Grayscale: #969696. Windows color (decimal): -10770961 or 15705435. OLE color: 15705435.
HSL color Cylindrical-coordinate representation of color #5BA5EF: hue angle of 210º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA5EF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 165 | 239 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.06 |
| HSL | 210º | 0.82% | 0.65% | - |
| HSV(B) | 210º | 0.62% | 0.94% | - |
| XYZ | 33.35 | 35.37 | 86.73 | - |
| YUV | 151.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 239 | 0.62 | 0.31 | 0 | 0.06 | 210 | 0.82 | 0.65 |
| Hex | 5B | A5 | EF | 3E | 1F | 0 | 6 | D2 | 52 | 41 |
| Octal | 133 | 245 | 357 | 76 | 37 | 0 | 6 | 322 | 122 | 101 |
| Binary | 1011011 | 10100101 | 11101111 | 111110 | 11111 | 0 | 110 | 11010010 | 1010010 | 1000001 |
Color Harmonies of #5BA5EF
Complementary color
Monochromatic Colors of #5BA5EF
Black with #5BA5EF
Text Example
Text Example
White with #5BA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA5EF; }
p { color: rgb(91,165,239); }
H1.HeaderClassName
{
color: #5BA5EF;
}
.AnyTagClassName
{
color: #5BA5EF;
}
</style>
background-color css
<style>
a { background-color: #5BA5EF; }
a { background-color: rgb(91,165,239); }
div.DivClassName
{
background-color: #5BA5EF;
}
.BgClassName
{
background-color: #5BA5EF;
}
</style>
border-color css
<style>
span { border-color: #5BA5EF; }
span { border-color: rgb(91,165,239); }
td.TdClassName
{
border-color: #5BA5EF;
}
.TagClassName
{
border-color: #5BA5EF;
}
</style>