Shades of Cornflower Blue #748FDF
Tints of Cornflower Blue #748FDF
RGB
CMYK
RGB Variations
Color information
#748FDF (or 0x748FDF) is known color: Cornflower Blue. HEX triplet: 74, 8F and DF. RGB value is (116,143,223). Sum of RGB (Red+Green+Blue) = 116+143+223=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #748FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FDF is #8B7020. Grayscale: #8F8F8F. Windows color (decimal): -9138209 or 14651252. OLE color: 14651252.
HSL color Cylindrical-coordinate representation of color #748FDF: hue angle of 224.86º degrees, saturation: 0.63, 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 #748FDF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 143 | 223 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.13 |
| HSL | 224.86º | 0.63% | 0.66% | - |
| HSV(B) | 224.86º | 0.48% | 0.87% | - |
| XYZ | 30.34 | 28.69 | 73.75 | - |
| YUV | 144.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 223 | 0.48 | 0.36 | 0 | 0.13 | 224.86 | 0.63 | 0.66 |
| Hex | 74 | 8F | DF | 30 | 24 | 0 | D | E1 | 3F | 42 |
| Octal | 164 | 217 | 337 | 60 | 44 | 0 | 15 | 341 | 77 | 102 |
| Binary | 1110100 | 10001111 | 11011111 | 110000 | 100100 | 0 | 1101 | 11100001 | 111111 | 1000010 |
Color Harmonies of #748FDF
Complementary color
Monochromatic Colors of #748FDF
Black with #748FDF
Text Example
Text Example
White with #748FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FDF; }
p { color: rgb(116,143,223); }
H1.HeaderClassName
{
color: #748FDF;
}
.AnyTagClassName
{
color: #748FDF;
}
</style>
background-color css
<style>
a { background-color: #748FDF; }
a { background-color: rgb(116,143,223); }
div.DivClassName
{
background-color: #748FDF;
}
.BgClassName
{
background-color: #748FDF;
}
</style>
border-color css
<style>
span { border-color: #748FDF; }
span { border-color: rgb(116,143,223); }
td.TdClassName
{
border-color: #748FDF;
}
.TagClassName
{
border-color: #748FDF;
}
</style>