Shades of Cornflower Blue #609BFA
Tints of Cornflower Blue #609BFA
RGB
CMYK
RGB Variations
Color information
#609BFA (or 0x609BFA) is known color: Cornflower Blue. HEX triplet: 60, 9B and FA. RGB value is (96,155,250). Sum of RGB (Red+Green+Blue) = 96+155+250=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #609BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609BFA is #9F6405. Grayscale: #939393. Windows color (decimal): -10445830 or 16423776. OLE color: 16423776.
HSL color Cylindrical-coordinate representation of color #609BFA: hue angle of 217.01º degrees, saturation: 0.94, 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 #609BFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 155 | 250 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 217.01º | 0.94% | 0.68% | - |
| HSV(B) | 217.01º | 0.62% | 0.98% | - |
| XYZ | 33.8 | 32.83 | 95 | - |
| YUV | 148.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 250 | 0.62 | 0.38 | 0 | 0.02 | 217.01 | 0.94 | 0.68 |
| Hex | 60 | 9B | FA | 3E | 26 | 0 | 2 | D9 | 5E | 44 |
| Octal | 140 | 233 | 372 | 76 | 46 | 0 | 2 | 331 | 136 | 104 |
| Binary | 1100000 | 10011011 | 11111010 | 111110 | 100110 | 0 | 10 | 11011001 | 1011110 | 1000100 |
Color Harmonies of #609BFA
Complementary color
Monochromatic Colors of #609BFA
Black with #609BFA
Text Example
Text Example
White with #609BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BFA; }
p { color: rgb(96,155,250); }
H1.HeaderClassName
{
color: #609BFA;
}
.AnyTagClassName
{
color: #609BFA;
}
</style>
background-color css
<style>
a { background-color: #609BFA; }
a { background-color: rgb(96,155,250); }
div.DivClassName
{
background-color: #609BFA;
}
.BgClassName
{
background-color: #609BFA;
}
</style>
border-color css
<style>
span { border-color: #609BFA; }
span { border-color: rgb(96,155,250); }
td.TdClassName
{
border-color: #609BFA;
}
.TagClassName
{
border-color: #609BFA;
}
</style>