Shades of Cornflower Blue #627FFC
Tints of Cornflower Blue #627FFC
RGB
CMYK
RGB Variations
Color information
#627FFC (or 0x627FFC) is known color: Cornflower Blue. HEX triplet: 62, 7F and FC. RGB value is (98,127,252). Sum of RGB (Red+Green+Blue) = 98+127+252=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #627FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627FFC is #9D8003. Grayscale: #848484. Windows color (decimal): -10321924 or 16547682. OLE color: 16547682.
HSL color Cylindrical-coordinate representation of color #627FFC: hue angle of 228.7º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #627FFC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 127 | 252 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.01 |
| HSL | 228.7º | 0.96% | 0.69% | - |
| HSV(B) | 228.7º | 0.61% | 0.99% | - |
| XYZ | 30.2 | 24.8 | 95.29 | - |
| YUV | 132.58 | 195.39 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 252 | 0.61 | 0.50 | 0 | 0.01 | 228.7 | 0.96 | 0.69 |
| Hex | 62 | 7F | FC | 3D | 32 | 0 | 1 | E5 | 60 | 45 |
| Octal | 142 | 177 | 374 | 75 | 62 | 0 | 1 | 345 | 140 | 105 |
| Binary | 1100010 | 1111111 | 11111100 | 111101 | 110010 | 0 | 1 | 11100101 | 1100000 | 1000101 |
Color Harmonies of #627FFC
Complementary color
Monochromatic Colors of #627FFC
Black with #627FFC
Text Example
Text Example
White with #627FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FFC; }
p { color: rgb(98,127,252); }
H1.HeaderClassName
{
color: #627FFC;
}
.AnyTagClassName
{
color: #627FFC;
}
</style>
background-color css
<style>
a { background-color: #627FFC; }
a { background-color: rgb(98,127,252); }
div.DivClassName
{
background-color: #627FFC;
}
.BgClassName
{
background-color: #627FFC;
}
</style>
border-color css
<style>
span { border-color: #627FFC; }
span { border-color: rgb(98,127,252); }
td.TdClassName
{
border-color: #627FFC;
}
.TagClassName
{
border-color: #627FFC;
}
</style>