Shades of Cornflower Blue #748ADE
Tints of Cornflower Blue #748ADE
RGB
CMYK
RGB Variations
Color information
#748ADE (or 0x748ADE) is known color: Cornflower Blue. HEX triplet: 74, 8A and DE. RGB value is (116,138,222). Sum of RGB (Red+Green+Blue) = 116+138+222=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #748ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ADE is #8B7521. Grayscale: #8C8C8C. Windows color (decimal): -9139490 or 14584436. OLE color: 14584436.
HSL color Cylindrical-coordinate representation of color #748ADE: hue angle of 227.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748ADE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 138 | 222 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.13 |
| HSL | 227.55º | 0.62% | 0.66% | - |
| HSV(B) | 227.55º | 0.48% | 0.87% | - |
| XYZ | 29.48 | 27.16 | 72.8 | - |
| YUV | 141 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 222 | 0.48 | 0.38 | 0 | 0.13 | 227.55 | 0.62 | 0.66 |
| Hex | 74 | 8A | DE | 30 | 26 | 0 | D | E4 | 3E | 42 |
| Octal | 164 | 212 | 336 | 60 | 46 | 0 | 15 | 344 | 76 | 102 |
| Binary | 1110100 | 10001010 | 11011110 | 110000 | 100110 | 0 | 1101 | 11100100 | 111110 | 1000010 |
Color Harmonies of #748ADE
Complementary color
Monochromatic Colors of #748ADE
Black with #748ADE
Text Example
Text Example
White with #748ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ADE; }
p { color: rgb(116,138,222); }
H1.HeaderClassName
{
color: #748ADE;
}
.AnyTagClassName
{
color: #748ADE;
}
</style>
background-color css
<style>
a { background-color: #748ADE; }
a { background-color: rgb(116,138,222); }
div.DivClassName
{
background-color: #748ADE;
}
.BgClassName
{
background-color: #748ADE;
}
</style>
border-color css
<style>
span { border-color: #748ADE; }
span { border-color: rgb(116,138,222); }
td.TdClassName
{
border-color: #748ADE;
}
.TagClassName
{
border-color: #748ADE;
}
</style>