Shades of Cornflower Blue #629CFE
Tints of Cornflower Blue #629CFE
RGB
CMYK
RGB Variations
Color information
#629CFE (or 0x629CFE) is known color: Cornflower Blue. HEX triplet: 62, 9C and FE. RGB value is (98,156,254). Sum of RGB (Red+Green+Blue) = 98+156+254=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #629CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CFE is #9D6301. Grayscale: #959595. Windows color (decimal): -10314498 or 16686178. OLE color: 16686178.
HSL color Cylindrical-coordinate representation of color #629CFE: hue angle of 217.69º 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 #629CFE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 156 | 254 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.00 |
| HSL | 217.69º | 0.99% | 0.69% | - |
| HSV(B) | 217.69º | 0.61% | 1% | - |
| XYZ | 34.81 | 33.53 | 98.4 | - |
| YUV | 149.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 254 | 0.61 | 0.39 | 0 | 0.00 | 217.69 | 0.99 | 0.69 |
| Hex | 62 | 9C | FE | 3D | 27 | 0 | 0 | DA | 63 | 45 |
| Octal | 142 | 234 | 376 | 75 | 47 | 0 | 0 | 332 | 143 | 105 |
| Binary | 1100010 | 10011100 | 11111110 | 111101 | 100111 | 0 | 0 | 11011010 | 1100011 | 1000101 |
Color Harmonies of #629CFE
Complementary color
Monochromatic Colors of #629CFE
Black with #629CFE
Text Example
Text Example
White with #629CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CFE; }
p { color: rgb(98,156,254); }
H1.HeaderClassName
{
color: #629CFE;
}
.AnyTagClassName
{
color: #629CFE;
}
</style>
background-color css
<style>
a { background-color: #629CFE; }
a { background-color: rgb(98,156,254); }
div.DivClassName
{
background-color: #629CFE;
}
.BgClassName
{
background-color: #629CFE;
}
</style>
border-color css
<style>
span { border-color: #629CFE; }
span { border-color: rgb(98,156,254); }
td.TdClassName
{
border-color: #629CFE;
}
.TagClassName
{
border-color: #629CFE;
}
</style>