Shades of Cornflower Blue #65A8FE
Tints of Cornflower Blue #65A8FE
RGB
CMYK
RGB Variations
Color information
#65A8FE (or 0x65A8FE) is known color: Cornflower Blue. HEX triplet: 65, A8 and FE. RGB value is (101,168,254). Sum of RGB (Red+Green+Blue) = 101+168+254=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #65A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8FE is #9A5701. Grayscale: #9D9D9D. Windows color (decimal): -10114818 or 16689253. OLE color: 16689253.
HSL color Cylindrical-coordinate representation of color #65A8FE: hue angle of 213.73º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65A8FE is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 168 | 254 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.00 |
| HSL | 213.73º | 0.99% | 0.7% | - |
| HSV(B) | 213.73º | 0.6% | 1% | - |
| XYZ | 37.26 | 37.93 | 99.12 | - |
| YUV | 157.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 254 | 0.60 | 0.34 | 0 | 0.00 | 213.73 | 0.99 | 0.7 |
| Hex | 65 | A8 | FE | 3C | 22 | 0 | 0 | D6 | 63 | 46 |
| Octal | 145 | 250 | 376 | 74 | 42 | 0 | 0 | 326 | 143 | 106 |
| Binary | 1100101 | 10101000 | 11111110 | 111100 | 100010 | 0 | 0 | 11010110 | 1100011 | 1000110 |
Color Harmonies of #65A8FE
Complementary color
Monochromatic Colors of #65A8FE
Black with #65A8FE
Text Example
Text Example
White with #65A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8FE; }
p { color: rgb(101,168,254); }
H1.HeaderClassName
{
color: #65A8FE;
}
.AnyTagClassName
{
color: #65A8FE;
}
</style>
background-color css
<style>
a { background-color: #65A8FE; }
a { background-color: rgb(101,168,254); }
div.DivClassName
{
background-color: #65A8FE;
}
.BgClassName
{
background-color: #65A8FE;
}
</style>
border-color css
<style>
span { border-color: #65A8FE; }
span { border-color: rgb(101,168,254); }
td.TdClassName
{
border-color: #65A8FE;
}
.TagClassName
{
border-color: #65A8FE;
}
</style>