Shades of Cornflower Blue #608AFE
Tints of Cornflower Blue #608AFE
RGB
CMYK
RGB Variations
Color information
#608AFE (or 0x608AFE) is known color: Cornflower Blue. HEX triplet: 60, 8A and FE. RGB value is (96,138,254). Sum of RGB (Red+Green+Blue) = 96+138+254=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #608AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608AFE is #9F7501. Grayscale: #8A8A8A. Windows color (decimal): -10450178 or 16681568. OLE color: 16681568.
HSL color Cylindrical-coordinate representation of color #608AFE: hue angle of 224.05º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608AFE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 138 | 254 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.00 |
| HSL | 224.05º | 0.99% | 0.69% | - |
| HSV(B) | 224.05º | 0.62% | 1% | - |
| XYZ | 31.8 | 27.82 | 97.46 | - |
| YUV | 138.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 254 | 0.62 | 0.46 | 0 | 0.00 | 224.05 | 0.99 | 0.69 |
| Hex | 60 | 8A | FE | 3E | 2E | 0 | 0 | E0 | 63 | 45 |
| Octal | 140 | 212 | 376 | 76 | 56 | 0 | 0 | 340 | 143 | 105 |
| Binary | 1100000 | 10001010 | 11111110 | 111110 | 101110 | 0 | 0 | 11100000 | 1100011 | 1000101 |
Color Harmonies of #608AFE
Complementary color
Monochromatic Colors of #608AFE
Black with #608AFE
Text Example
Text Example
White with #608AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608AFE; }
p { color: rgb(96,138,254); }
H1.HeaderClassName
{
color: #608AFE;
}
.AnyTagClassName
{
color: #608AFE;
}
</style>
background-color css
<style>
a { background-color: #608AFE; }
a { background-color: rgb(96,138,254); }
div.DivClassName
{
background-color: #608AFE;
}
.BgClassName
{
background-color: #608AFE;
}
</style>
border-color css
<style>
span { border-color: #608AFE; }
span { border-color: rgb(96,138,254); }
td.TdClassName
{
border-color: #608AFE;
}
.TagClassName
{
border-color: #608AFE;
}
</style>