Shades of Cornflower Blue #627AF0
Tints of Cornflower Blue #627AF0
RGB
CMYK
RGB Variations
Color information
#627AF0 (or 0x627AF0) is known color: Cornflower Blue. HEX triplet: 62, 7A and F0. RGB value is (98,122,240). Sum of RGB (Red+Green+Blue) = 98+122+240=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #627AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627AF0 is #9D850F. Grayscale: #7F7F7F. Windows color (decimal): -10323216 or 15759970. OLE color: 15759970.
HSL color Cylindrical-coordinate representation of color #627AF0: hue angle of 229.86º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #627AF0 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 122 | 240 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.06 |
| HSL | 229.86º | 0.83% | 0.66% | - |
| HSV(B) | 229.86º | 0.59% | 0.94% | - |
| XYZ | 27.72 | 22.81 | 85.38 | - |
| YUV | 128.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 240 | 0.59 | 0.49 | 0 | 0.06 | 229.86 | 0.83 | 0.66 |
| Hex | 62 | 7A | F0 | 3B | 31 | 0 | 6 | E6 | 53 | 42 |
| Octal | 142 | 172 | 360 | 73 | 61 | 0 | 6 | 346 | 123 | 102 |
| Binary | 1100010 | 1111010 | 11110000 | 111011 | 110001 | 0 | 110 | 11100110 | 1010011 | 1000010 |
Color Harmonies of #627AF0
Complementary color
Monochromatic Colors of #627AF0
Black with #627AF0
Text Example
Text Example
White with #627AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627AF0; }
p { color: rgb(98,122,240); }
H1.HeaderClassName
{
color: #627AF0;
}
.AnyTagClassName
{
color: #627AF0;
}
</style>
background-color css
<style>
a { background-color: #627AF0; }
a { background-color: rgb(98,122,240); }
div.DivClassName
{
background-color: #627AF0;
}
.BgClassName
{
background-color: #627AF0;
}
</style>
border-color css
<style>
span { border-color: #627AF0; }
span { border-color: rgb(98,122,240); }
td.TdClassName
{
border-color: #627AF0;
}
.TagClassName
{
border-color: #627AF0;
}
</style>