Shades of Cornflower Blue #608CFD
Tints of Cornflower Blue #608CFD
RGB
CMYK
RGB Variations
Color information
#608CFD (or 0x608CFD) is known color: Cornflower Blue. HEX triplet: 60, 8C and FD. RGB value is (96,140,253). Sum of RGB (Red+Green+Blue) = 96+140+253=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #608CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CFD is #9F7302. Grayscale: #8B8B8B. Windows color (decimal): -10449667 or 16616544. OLE color: 16616544.
HSL color Cylindrical-coordinate representation of color #608CFD: hue angle of 223.18º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608CFD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 140 | 253 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.01 |
| HSL | 223.18º | 0.98% | 0.68% | - |
| HSV(B) | 223.18º | 0.62% | 0.99% | - |
| XYZ | 31.93 | 28.33 | 96.71 | - |
| YUV | 139.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 253 | 0.62 | 0.45 | 0 | 0.01 | 223.18 | 0.98 | 0.68 |
| Hex | 60 | 8C | FD | 3E | 2D | 0 | 1 | DF | 62 | 44 |
| Octal | 140 | 214 | 375 | 76 | 55 | 0 | 1 | 337 | 142 | 104 |
| Binary | 1100000 | 10001100 | 11111101 | 111110 | 101101 | 0 | 1 | 11011111 | 1100010 | 1000100 |
Color Harmonies of #608CFD
Complementary color
Monochromatic Colors of #608CFD
Black with #608CFD
Text Example
Text Example
White with #608CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CFD; }
p { color: rgb(96,140,253); }
H1.HeaderClassName
{
color: #608CFD;
}
.AnyTagClassName
{
color: #608CFD;
}
</style>
background-color css
<style>
a { background-color: #608CFD; }
a { background-color: rgb(96,140,253); }
div.DivClassName
{
background-color: #608CFD;
}
.BgClassName
{
background-color: #608CFD;
}
</style>
border-color css
<style>
span { border-color: #608CFD; }
span { border-color: rgb(96,140,253); }
td.TdClassName
{
border-color: #608CFD;
}
.TagClassName
{
border-color: #608CFD;
}
</style>