#748EE7

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

Shades of Cornflower Blue #748EE7

Tints of Cornflower Blue #748EE7

Color information

#748EE7 (or 0x748EE7) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and E7. RGB value is (116,142,231). Sum of RGB (Red+Green+Blue) = 116+142+231=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #748EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EE7 is #8B7118. Grayscale: #8F8F8F. Windows color (decimal): -9138457 or 15175284. OLE color: 15175284.

HSL color Cylindrical-coordinate representation of color #748EE7: hue angle of 226.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748EE7 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB116142231-
CMYK0.500.3900.09
HSL226.43º70.55%68.04%-
HSV(B)226.43º49.78%90.59%-
XYZ31.328.8379.52-
YUV144.37176.89107.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 231 (90.62% from 255) = 47.24%
R=23.72%
G=29.04%
B=47.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1161422310.500.3900.09226.4370.5568.04
Hex748EE7322709e24744
Octal1642163476247011342107104
Binary11101001000111011100111110010100111010011110001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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