Shades of Cornflower Blue #619BFB
Tints of Cornflower Blue #619BFB
RGB
CMYK
RGB Variations
Color information
#619BFB (or 0x619BFB) is known color: Cornflower Blue. HEX triplet: 61, 9B and FB. RGB value is (97,155,251). Sum of RGB (Red+Green+Blue) = 97+155+251=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #619BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619BFB is #9E6404. Grayscale: #949494. Windows color (decimal): -10380293 or 16489313. OLE color: 16489313.
HSL color Cylindrical-coordinate representation of color #619BFB: hue angle of 217.4º 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 #619BFB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 155 | 251 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.02 |
| HSL | 217.4º | 0.95% | 0.68% | - |
| HSV(B) | 217.4º | 0.61% | 0.98% | - |
| XYZ | 34.06 | 32.95 | 95.83 | - |
| YUV | 148.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 251 | 0.61 | 0.38 | 0 | 0.02 | 217.4 | 0.95 | 0.68 |
| Hex | 61 | 9B | FB | 3D | 26 | 0 | 2 | D9 | 5F | 44 |
| Octal | 141 | 233 | 373 | 75 | 46 | 0 | 2 | 331 | 137 | 104 |
| Binary | 1100001 | 10011011 | 11111011 | 111101 | 100110 | 0 | 10 | 11011001 | 1011111 | 1000100 |
Color Harmonies of #619BFB
Complementary color
Monochromatic Colors of #619BFB
Black with #619BFB
Text Example
Text Example
White with #619BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BFB; }
p { color: rgb(97,155,251); }
H1.HeaderClassName
{
color: #619BFB;
}
.AnyTagClassName
{
color: #619BFB;
}
</style>
background-color css
<style>
a { background-color: #619BFB; }
a { background-color: rgb(97,155,251); }
div.DivClassName
{
background-color: #619BFB;
}
.BgClassName
{
background-color: #619BFB;
}
</style>
border-color css
<style>
span { border-color: #619BFB; }
span { border-color: rgb(97,155,251); }
td.TdClassName
{
border-color: #619BFB;
}
.TagClassName
{
border-color: #619BFB;
}
</style>