Shades of Cornflower Blue #629BFB
Tints of Cornflower Blue #629BFB
RGB
CMYK
RGB Variations
Color information
#629BFB (or 0x629BFB) is known color: Cornflower Blue. HEX triplet: 62, 9B and FB. RGB value is (98,155,251). Sum of RGB (Red+Green+Blue) = 98+155+251=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #629BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BFB is #9D6404. Grayscale: #949494. Windows color (decimal): -10314757 or 16489314. OLE color: 16489314.
HSL color Cylindrical-coordinate representation of color #629BFB: hue angle of 217.65º degrees, saturation: 0.95, 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 #629BFB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 155 | 251 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.02 |
| HSL | 217.65º | 0.95% | 0.68% | - |
| HSV(B) | 217.65º | 0.61% | 0.98% | - |
| XYZ | 34.17 | 33 | 95.84 | - |
| YUV | 148.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 251 | 0.61 | 0.38 | 0 | 0.02 | 217.65 | 0.95 | 0.68 |
| Hex | 62 | 9B | FB | 3D | 26 | 0 | 2 | DA | 5F | 44 |
| Octal | 142 | 233 | 373 | 75 | 46 | 0 | 2 | 332 | 137 | 104 |
| Binary | 1100010 | 10011011 | 11111011 | 111101 | 100110 | 0 | 10 | 11011010 | 1011111 | 1000100 |
Color Harmonies of #629BFB
Complementary color
Monochromatic Colors of #629BFB
Black with #629BFB
Text Example
Text Example
White with #629BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BFB; }
p { color: rgb(98,155,251); }
H1.HeaderClassName
{
color: #629BFB;
}
.AnyTagClassName
{
color: #629BFB;
}
</style>
background-color css
<style>
a { background-color: #629BFB; }
a { background-color: rgb(98,155,251); }
div.DivClassName
{
background-color: #629BFB;
}
.BgClassName
{
background-color: #629BFB;
}
</style>
border-color css
<style>
span { border-color: #629BFB; }
span { border-color: rgb(98,155,251); }
td.TdClassName
{
border-color: #629BFB;
}
.TagClassName
{
border-color: #629BFB;
}
</style>