Shades of Cornflower Blue #617DFB
Tints of Cornflower Blue #617DFB
RGB
CMYK
RGB Variations
Color information
#617DFB (or 0x617DFB) is known color: Cornflower Blue. HEX triplet: 61, 7D and FB. RGB value is (97,125,251). Sum of RGB (Red+Green+Blue) = 97+125+251=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #617DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617DFB is #9E8204. Grayscale: #828282. Windows color (decimal): -10387973 or 16481633. OLE color: 16481633.
HSL color Cylindrical-coordinate representation of color #617DFB: hue angle of 229.09º degrees, saturation: 0.95, 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 #617DFB is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 125 | 251 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.02 |
| HSL | 229.09º | 0.95% | 0.68% | - |
| HSV(B) | 229.09º | 0.61% | 0.98% | - |
| XYZ | 29.68 | 24.17 | 94.37 | - |
| YUV | 130.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 251 | 0.61 | 0.50 | 0 | 0.02 | 229.09 | 0.95 | 0.68 |
| Hex | 61 | 7D | FB | 3D | 32 | 0 | 2 | E5 | 5F | 44 |
| Octal | 141 | 175 | 373 | 75 | 62 | 0 | 2 | 345 | 137 | 104 |
| Binary | 1100001 | 1111101 | 11111011 | 111101 | 110010 | 0 | 10 | 11100101 | 1011111 | 1000100 |
Color Harmonies of #617DFB
Complementary color
Monochromatic Colors of #617DFB
Black with #617DFB
Text Example
Text Example
White with #617DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DFB; }
p { color: rgb(97,125,251); }
H1.HeaderClassName
{
color: #617DFB;
}
.AnyTagClassName
{
color: #617DFB;
}
</style>
background-color css
<style>
a { background-color: #617DFB; }
a { background-color: rgb(97,125,251); }
div.DivClassName
{
background-color: #617DFB;
}
.BgClassName
{
background-color: #617DFB;
}
</style>
border-color css
<style>
span { border-color: #617DFB; }
span { border-color: rgb(97,125,251); }
td.TdClassName
{
border-color: #617DFB;
}
.TagClassName
{
border-color: #617DFB;
}
</style>