#748eec

Color #748EEC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #748EEC

Tints of Cornflower Blue #748EEC

Color information

#748EEC (or 0x748EEC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and EC. RGB value is (116,142,236). Sum of RGB (Red+Green+Blue) = 116+142+236=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #748EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EEC is #8B7113. Grayscale: #909090. Windows color (decimal): -9138452 or 15502964. OLE color: 15502964.

HSL color Cylindrical-coordinate representation of color #748EEC: hue angle of 227º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748EEC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116142236-
CMYK0.510.4000.07
HSL227º75.95%69.02%-
HSV(B)227º50.85%92.55%-
XYZ32.0229.1283.29-
YUV144.94179.39107.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 23.48%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 236 (92.58% from 255) = 47.77%
R=23.48%
G=28.74%
B=47.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161422360.510.4000.0722775.9569.02
Hex748EEC332807e34c45
Octal164216354635007343114105
Binary1110100100011101110110011001110100001111110001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748eec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748eec; }

 p { color: rgb(116,142,236); }

 H1.HeaderClassName
 {
   color: #748eec;
 }
 .AnyTagClassName
 {
   color: #748eec;
 }
</style>
background-color css

<style>
 a { background-color: #748eec; }

 a { background-color: rgb(116,142,236); }

 div.DivClassName
 {
   background-color: #748eec;
 }
 .BgClassName
 {
   background-color: #748eec;
 }
</style>
border-color css

<style>
 span { border-color: #748eec; }

 span { border-color: rgb(116,142,236); }

 td.TdClassName
 {
   border-color: #748eec;
 }
 .TagClassName
 {
   border-color: #748eec;
 }
</style>