Shades of Cornflower Blue #629BFA
Tints of Cornflower Blue #629BFA
RGB
CMYK
RGB Variations
Color information
#629BFA (or 0x629BFA) is known color: Cornflower Blue. HEX triplet: 62, 9B and FA. RGB value is (98,155,250). Sum of RGB (Red+Green+Blue) = 98+155+250=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #629BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BFA is #9D6405. Grayscale: #949494. Windows color (decimal): -10314758 or 16423778. OLE color: 16423778.
HSL color Cylindrical-coordinate representation of color #629BFA: hue angle of 217.5º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629BFA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 155 | 250 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.02 |
| HSL | 217.5º | 0.94% | 0.68% | - |
| HSV(B) | 217.5º | 0.61% | 0.98% | - |
| XYZ | 34.01 | 32.94 | 95.01 | - |
| YUV | 148.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 250 | 0.61 | 0.38 | 0 | 0.02 | 217.5 | 0.94 | 0.68 |
| Hex | 62 | 9B | FA | 3D | 26 | 0 | 2 | DA | 5E | 44 |
| Octal | 142 | 233 | 372 | 75 | 46 | 0 | 2 | 332 | 136 | 104 |
| Binary | 1100010 | 10011011 | 11111010 | 111101 | 100110 | 0 | 10 | 11011010 | 1011110 | 1000100 |
Color Harmonies of #629BFA
Complementary color
Monochromatic Colors of #629BFA
Black with #629BFA
Text Example
Text Example
White with #629BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BFA; }
p { color: rgb(98,155,250); }
H1.HeaderClassName
{
color: #629BFA;
}
.AnyTagClassName
{
color: #629BFA;
}
</style>
background-color css
<style>
a { background-color: #629BFA; }
a { background-color: rgb(98,155,250); }
div.DivClassName
{
background-color: #629BFA;
}
.BgClassName
{
background-color: #629BFA;
}
</style>
border-color css
<style>
span { border-color: #629BFA; }
span { border-color: rgb(98,155,250); }
td.TdClassName
{
border-color: #629BFA;
}
.TagClassName
{
border-color: #629BFA;
}
</style>