Shades of Cornflower Blue #74A8FF
Tints of Cornflower Blue #74A8FF
RGB
CMYK
RGB Variations
Color information
#74A8FF (or 0x74A8FF) is known color: Cornflower Blue. HEX triplet: 74, A8 and FF. RGB value is (116,168,255). Sum of RGB (Red+Green+Blue) = 116+168+255=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #74A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8FF is #8B5700. Grayscale: #A1A1A1. Windows color (decimal): -9131777 or 16754804. OLE color: 16754804.
HSL color Cylindrical-coordinate representation of color #74A8FF: hue angle of 217.55º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74A8FF is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 168 | 255 | - |
| CMYK | 0.55 | 0.34 | 0 | 0 |
| HSL | 217.55º | 1% | 0.73% | - |
| HSV(B) | 217.55º | 0.55% | 1% | - |
| XYZ | 39.26 | 38.94 | 100.05 | - |
| YUV | 162.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 255 | 0.55 | 0.34 | 0 | 0 | 217.55 | 1 | 0.73 |
| Hex | 74 | A8 | FF | 37 | 22 | 0 | 0 | DA | 64 | 49 |
| Octal | 164 | 250 | 377 | 67 | 42 | 0 | 0 | 332 | 144 | 111 |
| Binary | 1110100 | 10101000 | 11111111 | 110111 | 100010 | 0 | 0 | 11011010 | 1100100 | 1001001 |
Color Harmonies of #74A8FF
Complementary color
Monochromatic Colors of #74A8FF
Black with #74A8FF
Text Example
Text Example
White with #74A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8FF; }
p { color: rgb(116,168,255); }
H1.HeaderClassName
{
color: #74A8FF;
}
.AnyTagClassName
{
color: #74A8FF;
}
</style>
background-color css
<style>
a { background-color: #74A8FF; }
a { background-color: rgb(116,168,255); }
div.DivClassName
{
background-color: #74A8FF;
}
.BgClassName
{
background-color: #74A8FF;
}
</style>
border-color css
<style>
span { border-color: #74A8FF; }
span { border-color: rgb(116,168,255); }
td.TdClassName
{
border-color: #74A8FF;
}
.TagClassName
{
border-color: #74A8FF;
}
</style>