Shades of Cornflower Blue #5BA5F3
Tints of Cornflower Blue #5BA5F3
RGB
CMYK
RGB Variations
Color information
#5BA5F3 (or 0x5BA5F3) is known color: Cornflower Blue. HEX triplet: 5B, A5 and F3. RGB value is (91,165,243). Sum of RGB (Red+Green+Blue) = 91+165+243=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BA5F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA5F3 is #A45A0C. Grayscale: #979797. Windows color (decimal): -10770957 or 15967579. OLE color: 15967579.
HSL color Cylindrical-coordinate representation of color #5BA5F3: hue angle of 210.79º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA5F3 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 165 | 243 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.05 |
| HSL | 210.79º | 0.86% | 0.65% | - |
| HSV(B) | 210.79º | 0.63% | 0.95% | - |
| XYZ | 33.95 | 35.61 | 89.88 | - |
| YUV | 151.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 243 | 0.63 | 0.32 | 0 | 0.05 | 210.79 | 0.86 | 0.65 |
| Hex | 5B | A5 | F3 | 3F | 20 | 0 | 5 | D3 | 56 | 41 |
| Octal | 133 | 245 | 363 | 77 | 40 | 0 | 5 | 323 | 126 | 101 |
| Binary | 1011011 | 10100101 | 11110011 | 111111 | 100000 | 0 | 101 | 11010011 | 1010110 | 1000001 |
Color Harmonies of #5BA5F3
Complementary color
Monochromatic Colors of #5BA5F3
Black with #5BA5F3
Text Example
Text Example
White with #5BA5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA5F3; }
p { color: rgb(91,165,243); }
H1.HeaderClassName
{
color: #5BA5F3;
}
.AnyTagClassName
{
color: #5BA5F3;
}
</style>
background-color css
<style>
a { background-color: #5BA5F3; }
a { background-color: rgb(91,165,243); }
div.DivClassName
{
background-color: #5BA5F3;
}
.BgClassName
{
background-color: #5BA5F3;
}
</style>
border-color css
<style>
span { border-color: #5BA5F3; }
span { border-color: rgb(91,165,243); }
td.TdClassName
{
border-color: #5BA5F3;
}
.TagClassName
{
border-color: #5BA5F3;
}
</style>