Shades of Cornflower Blue #609BFB
Tints of Cornflower Blue #609BFB
RGB
CMYK
RGB Variations
Color information
#609BFB (or 0x609BFB) is known color: Cornflower Blue. HEX triplet: 60, 9B and FB. RGB value is (96,155,251). Sum of RGB (Red+Green+Blue) = 96+155+251=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #609BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609BFB is #9F6404. Grayscale: #939393. Windows color (decimal): -10445829 or 16489312. OLE color: 16489312.
HSL color Cylindrical-coordinate representation of color #609BFB: hue angle of 217.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #609BFB is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 155 | 251 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 217.16º | 0.95% | 0.68% | - |
| HSV(B) | 217.16º | 0.62% | 0.98% | - |
| XYZ | 33.96 | 32.89 | 95.83 | - |
| YUV | 148.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 251 | 0.62 | 0.38 | 0 | 0.02 | 217.16 | 0.95 | 0.68 |
| Hex | 60 | 9B | FB | 3E | 26 | 0 | 2 | D9 | 5F | 44 |
| Octal | 140 | 233 | 373 | 76 | 46 | 0 | 2 | 331 | 137 | 104 |
| Binary | 1100000 | 10011011 | 11111011 | 111110 | 100110 | 0 | 10 | 11011001 | 1011111 | 1000100 |
Color Harmonies of #609BFB
Complementary color
Monochromatic Colors of #609BFB
Black with #609BFB
Text Example
Text Example
White with #609BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BFB; }
p { color: rgb(96,155,251); }
H1.HeaderClassName
{
color: #609BFB;
}
.AnyTagClassName
{
color: #609BFB;
}
</style>
background-color css
<style>
a { background-color: #609BFB; }
a { background-color: rgb(96,155,251); }
div.DivClassName
{
background-color: #609BFB;
}
.BgClassName
{
background-color: #609BFB;
}
</style>
border-color css
<style>
span { border-color: #609BFB; }
span { border-color: rgb(96,155,251); }
td.TdClassName
{
border-color: #609BFB;
}
.TagClassName
{
border-color: #609BFB;
}
</style>