Shades of Cornflower Blue #627BF2
Tints of Cornflower Blue #627BF2
RGB
CMYK
RGB Variations
Color information
#627BF2 (or 0x627BF2) is known color: Cornflower Blue. HEX triplet: 62, 7B and F2. RGB value is (98,123,242). Sum of RGB (Red+Green+Blue) = 98+123+242=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #627BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627BF2 is #9D840D. Grayscale: #808080. Windows color (decimal): -10322958 or 15891298. OLE color: 15891298.
HSL color Cylindrical-coordinate representation of color #627BF2: hue angle of 229.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #627BF2 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 123 | 242 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.05 |
| HSL | 229.58º | 0.85% | 0.67% | - |
| HSV(B) | 229.58º | 0.6% | 0.95% | - |
| XYZ | 28.15 | 23.17 | 86.99 | - |
| YUV | 129.09 | 191.72 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 242 | 0.60 | 0.49 | 0 | 0.05 | 229.58 | 0.85 | 0.67 |
| Hex | 62 | 7B | F2 | 3C | 31 | 0 | 5 | E6 | 55 | 43 |
| Octal | 142 | 173 | 362 | 74 | 61 | 0 | 5 | 346 | 125 | 103 |
| Binary | 1100010 | 1111011 | 11110010 | 111100 | 110001 | 0 | 101 | 11100110 | 1010101 | 1000011 |
Color Harmonies of #627BF2
Complementary color
Monochromatic Colors of #627BF2
Black with #627BF2
Text Example
Text Example
White with #627BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627BF2; }
p { color: rgb(98,123,242); }
H1.HeaderClassName
{
color: #627BF2;
}
.AnyTagClassName
{
color: #627BF2;
}
</style>
background-color css
<style>
a { background-color: #627BF2; }
a { background-color: rgb(98,123,242); }
div.DivClassName
{
background-color: #627BF2;
}
.BgClassName
{
background-color: #627BF2;
}
</style>
border-color css
<style>
span { border-color: #627BF2; }
span { border-color: rgb(98,123,242); }
td.TdClassName
{
border-color: #627BF2;
}
.TagClassName
{
border-color: #627BF2;
}
</style>