Shades of Cornflower Blue #627FDB
Tints of Cornflower Blue #627FDB
RGB
CMYK
RGB Variations
Color information
#627FDB (or 0x627FDB) is known color: Cornflower Blue. HEX triplet: 62, 7F and DB. RGB value is (98,127,219). Sum of RGB (Red+Green+Blue) = 98+127+219=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #627FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FDB is #9D8024. Grayscale: #808080. Windows color (decimal): -10321957 or 14384994. OLE color: 14384994.
HSL color Cylindrical-coordinate representation of color #627FDB: hue angle of 225.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #627FDB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 127 | 219 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.14 |
| HSL | 225.62º | 0.63% | 0.62% | - |
| HSV(B) | 225.62º | 0.55% | 0.86% | - |
| XYZ | 25.41 | 22.89 | 70.1 | - |
| YUV | 128.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 219 | 0.55 | 0.42 | 0 | 0.14 | 225.62 | 0.63 | 0.62 |
| Hex | 62 | 7F | DB | 37 | 2A | 0 | E | E2 | 3F | 3E |
| Octal | 142 | 177 | 333 | 67 | 52 | 0 | 16 | 342 | 77 | 76 |
| Binary | 1100010 | 1111111 | 11011011 | 110111 | 101010 | 0 | 1110 | 11100010 | 111111 | 111110 |
Color Harmonies of #627FDB
Complementary color
Monochromatic Colors of #627FDB
Black with #627FDB
Text Example
Text Example
White with #627FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FDB; }
p { color: rgb(98,127,219); }
H1.HeaderClassName
{
color: #627FDB;
}
.AnyTagClassName
{
color: #627FDB;
}
</style>
background-color css
<style>
a { background-color: #627FDB; }
a { background-color: rgb(98,127,219); }
div.DivClassName
{
background-color: #627FDB;
}
.BgClassName
{
background-color: #627FDB;
}
</style>
border-color css
<style>
span { border-color: #627FDB; }
span { border-color: rgb(98,127,219); }
td.TdClassName
{
border-color: #627FDB;
}
.TagClassName
{
border-color: #627FDB;
}
</style>