Shades of Cornflower Blue #627AF2
Tints of Cornflower Blue #627AF2
RGB
CMYK
RGB Variations
Color information
#627AF2 (or 0x627AF2) is known color: Cornflower Blue. HEX triplet: 62, 7A and F2. RGB value is (98,122,242). Sum of RGB (Red+Green+Blue) = 98+122+242=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #627AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627AF2 is #9D850D. Grayscale: #808080. Windows color (decimal): -10323214 or 15891042. OLE color: 15891042.
HSL color Cylindrical-coordinate representation of color #627AF2: hue angle of 230º 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 #627AF2 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 122 | 242 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.05 |
| HSL | 230º | 0.85% | 0.67% | - |
| HSV(B) | 230º | 0.6% | 0.95% | - |
| XYZ | 28.02 | 22.93 | 86.95 | - |
| YUV | 128.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 242 | 0.60 | 0.50 | 0 | 0.05 | 230 | 0.85 | 0.67 |
| Hex | 62 | 7A | F2 | 3C | 32 | 0 | 5 | E6 | 55 | 43 |
| Octal | 142 | 172 | 362 | 74 | 62 | 0 | 5 | 346 | 125 | 103 |
| Binary | 1100010 | 1111010 | 11110010 | 111100 | 110010 | 0 | 101 | 11100110 | 1010101 | 1000011 |
Color Harmonies of #627AF2
Complementary color
Monochromatic Colors of #627AF2
Black with #627AF2
Text Example
Text Example
White with #627AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627AF2; }
p { color: rgb(98,122,242); }
H1.HeaderClassName
{
color: #627AF2;
}
.AnyTagClassName
{
color: #627AF2;
}
</style>
background-color css
<style>
a { background-color: #627AF2; }
a { background-color: rgb(98,122,242); }
div.DivClassName
{
background-color: #627AF2;
}
.BgClassName
{
background-color: #627AF2;
}
</style>
border-color css
<style>
span { border-color: #627AF2; }
span { border-color: rgb(98,122,242); }
td.TdClassName
{
border-color: #627AF2;
}
.TagClassName
{
border-color: #627AF2;
}
</style>