Shades of Cornflower Blue #657AF8
Tints of Cornflower Blue #657AF8
RGB
CMYK
RGB Variations
Color information
#657AF8 (or 0x657AF8) is known color: Cornflower Blue. HEX triplet: 65, 7A and F8. RGB value is (101,122,248). Sum of RGB (Red+Green+Blue) = 101+122+248=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #657AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657AF8 is #9A8507. Grayscale: #818181. Windows color (decimal): -10126600 or 16284261. OLE color: 16284261.
HSL color Cylindrical-coordinate representation of color #657AF8: hue angle of 231.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #657AF8 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 122 | 248 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.03 |
| HSL | 231.43º | 0.91% | 0.68% | - |
| HSV(B) | 231.43º | 0.59% | 0.97% | - |
| XYZ | 29.27 | 23.46 | 91.79 | - |
| YUV | 130.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 248 | 0.59 | 0.51 | 0 | 0.03 | 231.43 | 0.91 | 0.68 |
| Hex | 65 | 7A | F8 | 3B | 33 | 0 | 3 | E7 | 5B | 44 |
| Octal | 145 | 172 | 370 | 73 | 63 | 0 | 3 | 347 | 133 | 104 |
| Binary | 1100101 | 1111010 | 11111000 | 111011 | 110011 | 0 | 11 | 11100111 | 1011011 | 1000100 |
Color Harmonies of #657AF8
Complementary color
Monochromatic Colors of #657AF8
Black with #657AF8
Text Example
Text Example
White with #657AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AF8; }
p { color: rgb(101,122,248); }
H1.HeaderClassName
{
color: #657AF8;
}
.AnyTagClassName
{
color: #657AF8;
}
</style>
background-color css
<style>
a { background-color: #657AF8; }
a { background-color: rgb(101,122,248); }
div.DivClassName
{
background-color: #657AF8;
}
.BgClassName
{
background-color: #657AF8;
}
</style>
border-color css
<style>
span { border-color: #657AF8; }
span { border-color: rgb(101,122,248); }
td.TdClassName
{
border-color: #657AF8;
}
.TagClassName
{
border-color: #657AF8;
}
</style>