#748EEA

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

Shades of Cornflower Blue #748EEA

Tints of Cornflower Blue #748EEA

Color information

#748EEA (or 0x748EEA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and EA. RGB value is (116,142,234). Sum of RGB (Red+Green+Blue) = 116+142+234=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #748EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EEA is #8B7115. Grayscale: #909090. Windows color (decimal): -9138454 or 15371892. OLE color: 15371892.

HSL color Cylindrical-coordinate representation of color #748EEA: hue angle of 226.78º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748EEA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116142234-
CMYK0.500.3900.08
HSL226.78º73.75%68.63%-
HSV(B)226.78º50.43%91.76%-
XYZ31.732981.77-
YUV144.71178.39107.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.58%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=23.58%
G=28.86%
B=47.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161422340.500.3900.08226.7873.7568.63
Hex748EEA322708e34a45
Octal1642163526247010343112105
Binary11101001000111011101010110010100111010001110001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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