Shades of Cornflower Blue #627FF0
Tints of Cornflower Blue #627FF0
RGB
CMYK
RGB Variations
Color information
#627FF0 (or 0x627FF0) is known color: Cornflower Blue. HEX triplet: 62, 7F and F0. RGB value is (98,127,240). Sum of RGB (Red+Green+Blue) = 98+127+240=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #627FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627FF0 is #9D800F. Grayscale: #828282. Windows color (decimal): -10321936 or 15761250. OLE color: 15761250.
HSL color Cylindrical-coordinate representation of color #627FF0: hue angle of 227.75º 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 #627FF0 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 127 | 240 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.06 |
| HSL | 227.75º | 0.83% | 0.66% | - |
| HSV(B) | 227.75º | 0.59% | 0.94% | - |
| XYZ | 28.35 | 24.07 | 85.59 | - |
| YUV | 131.21 | 189.39 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 240 | 0.59 | 0.47 | 0 | 0.06 | 227.75 | 0.83 | 0.66 |
| Hex | 62 | 7F | F0 | 3B | 2F | 0 | 6 | E4 | 53 | 42 |
| Octal | 142 | 177 | 360 | 73 | 57 | 0 | 6 | 344 | 123 | 102 |
| Binary | 1100010 | 1111111 | 11110000 | 111011 | 101111 | 0 | 110 | 11100100 | 1010011 | 1000010 |
Color Harmonies of #627FF0
Complementary color
Monochromatic Colors of #627FF0
Black with #627FF0
Text Example
Text Example
White with #627FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FF0; }
p { color: rgb(98,127,240); }
H1.HeaderClassName
{
color: #627FF0;
}
.AnyTagClassName
{
color: #627FF0;
}
</style>
background-color css
<style>
a { background-color: #627FF0; }
a { background-color: rgb(98,127,240); }
div.DivClassName
{
background-color: #627FF0;
}
.BgClassName
{
background-color: #627FF0;
}
</style>
border-color css
<style>
span { border-color: #627FF0; }
span { border-color: rgb(98,127,240); }
td.TdClassName
{
border-color: #627FF0;
}
.TagClassName
{
border-color: #627FF0;
}
</style>