Shades of Cornflower Blue #617BFA
Tints of Cornflower Blue #617BFA
RGB
CMYK
RGB Variations
Color information
#617BFA (or 0x617BFA) is known color: Cornflower Blue. HEX triplet: 61, 7B and FA. RGB value is (97,123,250). Sum of RGB (Red+Green+Blue) = 97+123+250=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #617BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617BFA is #9E8405. Grayscale: #818181. Windows color (decimal): -10388486 or 16415585. OLE color: 16415585.
HSL color Cylindrical-coordinate representation of color #617BFA: hue angle of 229.8º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #617BFA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 123 | 250 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.02 |
| HSL | 229.8º | 0.94% | 0.68% | - |
| HSV(B) | 229.8º | 0.61% | 0.98% | - |
| XYZ | 29.27 | 23.61 | 93.46 | - |
| YUV | 129.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 250 | 0.61 | 0.51 | 0 | 0.02 | 229.8 | 0.94 | 0.68 |
| Hex | 61 | 7B | FA | 3D | 33 | 0 | 2 | E6 | 5E | 44 |
| Octal | 141 | 173 | 372 | 75 | 63 | 0 | 2 | 346 | 136 | 104 |
| Binary | 1100001 | 1111011 | 11111010 | 111101 | 110011 | 0 | 10 | 11100110 | 1011110 | 1000100 |
Color Harmonies of #617BFA
Complementary color
Monochromatic Colors of #617BFA
Black with #617BFA
Text Example
Text Example
White with #617BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BFA; }
p { color: rgb(97,123,250); }
H1.HeaderClassName
{
color: #617BFA;
}
.AnyTagClassName
{
color: #617BFA;
}
</style>
background-color css
<style>
a { background-color: #617BFA; }
a { background-color: rgb(97,123,250); }
div.DivClassName
{
background-color: #617BFA;
}
.BgClassName
{
background-color: #617BFA;
}
</style>
border-color css
<style>
span { border-color: #617BFA; }
span { border-color: rgb(97,123,250); }
td.TdClassName
{
border-color: #617BFA;
}
.TagClassName
{
border-color: #617BFA;
}
</style>