Shades of Cornflower Blue #629CF1
Tints of Cornflower Blue #629CF1
RGB
CMYK
RGB Variations
Color information
#629CF1 (or 0x629CF1) is known color: Cornflower Blue. HEX triplet: 62, 9C and F1. RGB value is (98,156,241). Sum of RGB (Red+Green+Blue) = 98+156+241=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #629CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CF1 is #9D630E. Grayscale: #939393. Windows color (decimal): -10314511 or 15834210. OLE color: 15834210.
HSL color Cylindrical-coordinate representation of color #629CF1: hue angle of 215.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629CF1 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 156 | 241 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.05 |
| HSL | 215.66º | 0.84% | 0.66% | - |
| HSV(B) | 215.66º | 0.59% | 0.95% | - |
| XYZ | 32.8 | 32.72 | 87.81 | - |
| YUV | 148.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 241 | 0.59 | 0.35 | 0 | 0.05 | 215.66 | 0.84 | 0.66 |
| Hex | 62 | 9C | F1 | 3B | 23 | 0 | 5 | D8 | 54 | 42 |
| Octal | 142 | 234 | 361 | 73 | 43 | 0 | 5 | 330 | 124 | 102 |
| Binary | 1100010 | 10011100 | 11110001 | 111011 | 100011 | 0 | 101 | 11011000 | 1010100 | 1000010 |
Color Harmonies of #629CF1
Complementary color
Monochromatic Colors of #629CF1
Black with #629CF1
Text Example
Text Example
White with #629CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CF1; }
p { color: rgb(98,156,241); }
H1.HeaderClassName
{
color: #629CF1;
}
.AnyTagClassName
{
color: #629CF1;
}
</style>
background-color css
<style>
a { background-color: #629CF1; }
a { background-color: rgb(98,156,241); }
div.DivClassName
{
background-color: #629CF1;
}
.BgClassName
{
background-color: #629CF1;
}
</style>
border-color css
<style>
span { border-color: #629CF1; }
span { border-color: rgb(98,156,241); }
td.TdClassName
{
border-color: #629CF1;
}
.TagClassName
{
border-color: #629CF1;
}
</style>