Shades of Cornflower Blue #607FDB
Tints of Cornflower Blue #607FDB
RGB
CMYK
RGB Variations
Color information
#607FDB (or 0x607FDB) is known color: Cornflower Blue. HEX triplet: 60, 7F and DB. RGB value is (96,127,219). Sum of RGB (Red+Green+Blue) = 96+127+219=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #607FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FDB is #9F8024. Grayscale: #7F7F7F. Windows color (decimal): -10453029 or 14384992. OLE color: 14384992.
HSL color Cylindrical-coordinate representation of color #607FDB: hue angle of 224.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607FDB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 127 | 219 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.14 |
| HSL | 224.88º | 0.63% | 0.62% | - |
| HSV(B) | 224.88º | 0.56% | 0.86% | - |
| XYZ | 25.2 | 22.78 | 70.09 | - |
| YUV | 128.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 219 | 0.56 | 0.42 | 0 | 0.14 | 224.88 | 0.63 | 0.62 |
| Hex | 60 | 7F | DB | 38 | 2A | 0 | E | E1 | 3F | 3E |
| Octal | 140 | 177 | 333 | 70 | 52 | 0 | 16 | 341 | 77 | 76 |
| Binary | 1100000 | 1111111 | 11011011 | 111000 | 101010 | 0 | 1110 | 11100001 | 111111 | 111110 |
Color Harmonies of #607FDB
Complementary color
Monochromatic Colors of #607FDB
Black with #607FDB
Text Example
Text Example
White with #607FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FDB; }
p { color: rgb(96,127,219); }
H1.HeaderClassName
{
color: #607FDB;
}
.AnyTagClassName
{
color: #607FDB;
}
</style>
background-color css
<style>
a { background-color: #607FDB; }
a { background-color: rgb(96,127,219); }
div.DivClassName
{
background-color: #607FDB;
}
.BgClassName
{
background-color: #607FDB;
}
</style>
border-color css
<style>
span { border-color: #607FDB; }
span { border-color: rgb(96,127,219); }
td.TdClassName
{
border-color: #607FDB;
}
.TagClassName
{
border-color: #607FDB;
}
</style>