Shades of Cornflower Blue #748BDF
Tints of Cornflower Blue #748BDF
RGB
CMYK
RGB Variations
Color information
#748BDF (or 0x748BDF) is known color: Cornflower Blue. HEX triplet: 74, 8B and DF. RGB value is (116,139,223). Sum of RGB (Red+Green+Blue) = 116+139+223=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #748BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BDF is #8B7420. Grayscale: #8D8D8D. Windows color (decimal): -9139233 or 14650228. OLE color: 14650228.
HSL color Cylindrical-coordinate representation of color #748BDF: hue angle of 227.1º 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 #748BDF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 139 | 223 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.13 |
| HSL | 227.1º | 0.63% | 0.66% | - |
| HSV(B) | 227.1º | 0.48% | 0.87% | - |
| XYZ | 29.75 | 27.51 | 73.55 | - |
| YUV | 141.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 223 | 0.48 | 0.38 | 0 | 0.13 | 227.1 | 0.63 | 0.66 |
| Hex | 74 | 8B | DF | 30 | 26 | 0 | D | E3 | 3F | 42 |
| Octal | 164 | 213 | 337 | 60 | 46 | 0 | 15 | 343 | 77 | 102 |
| Binary | 1110100 | 10001011 | 11011111 | 110000 | 100110 | 0 | 1101 | 11100011 | 111111 | 1000010 |
Color Harmonies of #748BDF
Complementary color
Monochromatic Colors of #748BDF
Black with #748BDF
Text Example
Text Example
White with #748BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BDF; }
p { color: rgb(116,139,223); }
H1.HeaderClassName
{
color: #748BDF;
}
.AnyTagClassName
{
color: #748BDF;
}
</style>
background-color css
<style>
a { background-color: #748BDF; }
a { background-color: rgb(116,139,223); }
div.DivClassName
{
background-color: #748BDF;
}
.BgClassName
{
background-color: #748BDF;
}
</style>
border-color css
<style>
span { border-color: #748BDF; }
span { border-color: rgb(116,139,223); }
td.TdClassName
{
border-color: #748BDF;
}
.TagClassName
{
border-color: #748BDF;
}
</style>