Shades of Cornflower Blue #627DFA
Tints of Cornflower Blue #627DFA
RGB
CMYK
RGB Variations
Color information
#627DFA (or 0x627DFA) is known color: Cornflower Blue. HEX triplet: 62, 7D and FA. RGB value is (98,125,250). Sum of RGB (Red+Green+Blue) = 98+125+250=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #627DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627DFA is #9D8205. Grayscale: #828282. Windows color (decimal): -10322438 or 16416098. OLE color: 16416098.
HSL color Cylindrical-coordinate representation of color #627DFA: hue angle of 229.34º degrees, saturation: 0.94, 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 #627DFA is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 125 | 250 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.02 |
| HSL | 229.34º | 0.94% | 0.68% | - |
| HSV(B) | 229.34º | 0.61% | 0.98% | - |
| XYZ | 29.63 | 24.17 | 93.55 | - |
| YUV | 131.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 250 | 0.61 | 0.50 | 0 | 0.02 | 229.34 | 0.94 | 0.68 |
| Hex | 62 | 7D | FA | 3D | 32 | 0 | 2 | E5 | 5E | 44 |
| Octal | 142 | 175 | 372 | 75 | 62 | 0 | 2 | 345 | 136 | 104 |
| Binary | 1100010 | 1111101 | 11111010 | 111101 | 110010 | 0 | 10 | 11100101 | 1011110 | 1000100 |
Color Harmonies of #627DFA
Complementary color
Monochromatic Colors of #627DFA
Black with #627DFA
Text Example
Text Example
White with #627DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DFA; }
p { color: rgb(98,125,250); }
H1.HeaderClassName
{
color: #627DFA;
}
.AnyTagClassName
{
color: #627DFA;
}
</style>
background-color css
<style>
a { background-color: #627DFA; }
a { background-color: rgb(98,125,250); }
div.DivClassName
{
background-color: #627DFA;
}
.BgClassName
{
background-color: #627DFA;
}
</style>
border-color css
<style>
span { border-color: #627DFA; }
span { border-color: rgb(98,125,250); }
td.TdClassName
{
border-color: #627DFA;
}
.TagClassName
{
border-color: #627DFA;
}
</style>