Shades of Cornflower Blue #629EFE
Tints of Cornflower Blue #629EFE
RGB
CMYK
RGB Variations
Color information
#629EFE (or 0x629EFE) is known color: Cornflower Blue. HEX triplet: 62, 9E and FE. RGB value is (98,158,254). Sum of RGB (Red+Green+Blue) = 98+158+254=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #629EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EFE is #9D6101. Grayscale: #969696. Windows color (decimal): -10313986 or 16686690. OLE color: 16686690.
HSL color Cylindrical-coordinate representation of color #629EFE: hue angle of 216.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629EFE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 158 | 254 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.00 |
| HSL | 216.92º | 0.99% | 0.69% | - |
| HSV(B) | 216.92º | 0.61% | 1% | - |
| XYZ | 35.15 | 34.21 | 98.52 | - |
| YUV | 151 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 254 | 0.61 | 0.38 | 0 | 0.00 | 216.92 | 0.99 | 0.69 |
| Hex | 62 | 9E | FE | 3D | 26 | 0 | 0 | D9 | 63 | 45 |
| Octal | 142 | 236 | 376 | 75 | 46 | 0 | 0 | 331 | 143 | 105 |
| Binary | 1100010 | 10011110 | 11111110 | 111101 | 100110 | 0 | 0 | 11011001 | 1100011 | 1000101 |
Color Harmonies of #629EFE
Complementary color
Monochromatic Colors of #629EFE
Black with #629EFE
Text Example
Text Example
White with #629EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EFE; }
p { color: rgb(98,158,254); }
H1.HeaderClassName
{
color: #629EFE;
}
.AnyTagClassName
{
color: #629EFE;
}
</style>
background-color css
<style>
a { background-color: #629EFE; }
a { background-color: rgb(98,158,254); }
div.DivClassName
{
background-color: #629EFE;
}
.BgClassName
{
background-color: #629EFE;
}
</style>
border-color css
<style>
span { border-color: #629EFE; }
span { border-color: rgb(98,158,254); }
td.TdClassName
{
border-color: #629EFE;
}
.TagClassName
{
border-color: #629EFE;
}
</style>