Shades of Cornflower Blue #607EFB
Tints of Cornflower Blue #607EFB
RGB
CMYK
RGB Variations
Color information
#607EFB (or 0x607EFB) is known color: Cornflower Blue. HEX triplet: 60, 7E and FB. RGB value is (96,126,251). Sum of RGB (Red+Green+Blue) = 96+126+251=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #607EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607EFB is #9F8104. Grayscale: #828282. Windows color (decimal): -10453253 or 16481888. OLE color: 16481888.
HSL color Cylindrical-coordinate representation of color #607EFB: hue angle of 228.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607EFB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 126 | 251 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.02 |
| HSL | 228.39º | 0.95% | 0.68% | - |
| HSV(B) | 228.39º | 0.62% | 0.98% | - |
| XYZ | 29.7 | 24.37 | 94.41 | - |
| YUV | 131.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 251 | 0.62 | 0.50 | 0 | 0.02 | 228.39 | 0.95 | 0.68 |
| Hex | 60 | 7E | FB | 3E | 32 | 0 | 2 | E4 | 5F | 44 |
| Octal | 140 | 176 | 373 | 76 | 62 | 0 | 2 | 344 | 137 | 104 |
| Binary | 1100000 | 1111110 | 11111011 | 111110 | 110010 | 0 | 10 | 11100100 | 1011111 | 1000100 |
Color Harmonies of #607EFB
Complementary color
Monochromatic Colors of #607EFB
Black with #607EFB
Text Example
Text Example
White with #607EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EFB; }
p { color: rgb(96,126,251); }
H1.HeaderClassName
{
color: #607EFB;
}
.AnyTagClassName
{
color: #607EFB;
}
</style>
background-color css
<style>
a { background-color: #607EFB; }
a { background-color: rgb(96,126,251); }
div.DivClassName
{
background-color: #607EFB;
}
.BgClassName
{
background-color: #607EFB;
}
</style>
border-color css
<style>
span { border-color: #607EFB; }
span { border-color: rgb(96,126,251); }
td.TdClassName
{
border-color: #607EFB;
}
.TagClassName
{
border-color: #607EFB;
}
</style>