Shades of Cornflower Blue #627DFF
Tints of Cornflower Blue #627DFF
RGB
CMYK
RGB Variations
Color information
#627DFF (or 0x627DFF) is known color: Cornflower Blue. HEX triplet: 62, 7D and FF. RGB value is (98,125,255). Sum of RGB (Red+Green+Blue) = 98+125+255=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #627DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627DFF is #9D8200. Grayscale: #838383. Windows color (decimal): -10322433 or 16743778. OLE color: 16743778.
HSL color Cylindrical-coordinate representation of color #627DFF: hue angle of 229.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #627DFF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 125 | 255 | - |
| CMYK | 0.62 | 0.51 | 0 | 0 |
| HSL | 229.68º | 1% | 0.69% | - |
| HSV(B) | 229.68º | 0.62% | 1% | - |
| XYZ | 30.42 | 24.48 | 97.73 | - |
| YUV | 131.75 | 197.55 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 255 | 0.62 | 0.51 | 0 | 0 | 229.68 | 1 | 0.69 |
| Hex | 62 | 7D | FF | 3E | 33 | 0 | 0 | E6 | 64 | 45 |
| Octal | 142 | 175 | 377 | 76 | 63 | 0 | 0 | 346 | 144 | 105 |
| Binary | 1100010 | 1111101 | 11111111 | 111110 | 110011 | 0 | 0 | 11100110 | 1100100 | 1000101 |
Color Harmonies of #627DFF
Complementary color
Monochromatic Colors of #627DFF
Black with #627DFF
Text Example
Text Example
White with #627DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DFF; }
p { color: rgb(98,125,255); }
H1.HeaderClassName
{
color: #627DFF;
}
.AnyTagClassName
{
color: #627DFF;
}
</style>
background-color css
<style>
a { background-color: #627DFF; }
a { background-color: rgb(98,125,255); }
div.DivClassName
{
background-color: #627DFF;
}
.BgClassName
{
background-color: #627DFF;
}
</style>
border-color css
<style>
span { border-color: #627DFF; }
span { border-color: rgb(98,125,255); }
td.TdClassName
{
border-color: #627DFF;
}
.TagClassName
{
border-color: #627DFF;
}
</style>