Shades of Cornflower Blue #628BDF
Tints of Cornflower Blue #628BDF
RGB
CMYK
RGB Variations
Color information
#628BDF (or 0x628BDF) is known color: Cornflower Blue. HEX triplet: 62, 8B and DF. RGB value is (98,139,223). Sum of RGB (Red+Green+Blue) = 98+139+223=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #628BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BDF is #9D7420. Grayscale: #878787. Windows color (decimal): -10318881 or 14650210. OLE color: 14650210.
HSL color Cylindrical-coordinate representation of color #628BDF: hue angle of 220.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #628BDF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 139 | 223 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.13 |
| HSL | 220.32º | 0.66% | 0.63% | - |
| HSV(B) | 220.32º | 0.56% | 0.87% | - |
| XYZ | 27.59 | 26.39 | 73.45 | - |
| YUV | 136.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 223 | 0.56 | 0.38 | 0 | 0.13 | 220.32 | 0.66 | 0.63 |
| Hex | 62 | 8B | DF | 38 | 26 | 0 | D | DC | 42 | 3F |
| Octal | 142 | 213 | 337 | 70 | 46 | 0 | 15 | 334 | 102 | 77 |
| Binary | 1100010 | 10001011 | 11011111 | 111000 | 100110 | 0 | 1101 | 11011100 | 1000010 | 111111 |
Color Harmonies of #628BDF
Complementary color
Monochromatic Colors of #628BDF
Black with #628BDF
Text Example
Text Example
White with #628BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BDF; }
p { color: rgb(98,139,223); }
H1.HeaderClassName
{
color: #628BDF;
}
.AnyTagClassName
{
color: #628BDF;
}
</style>
background-color css
<style>
a { background-color: #628BDF; }
a { background-color: rgb(98,139,223); }
div.DivClassName
{
background-color: #628BDF;
}
.BgClassName
{
background-color: #628BDF;
}
</style>
border-color css
<style>
span { border-color: #628BDF; }
span { border-color: rgb(98,139,223); }
td.TdClassName
{
border-color: #628BDF;
}
.TagClassName
{
border-color: #628BDF;
}
</style>