#748EDD

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

Shades of Cornflower Blue #748EDD

Tints of Cornflower Blue #748EDD

Color information

#748EDD (or 0x748EDD) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and DD. RGB value is (116,142,221). Sum of RGB (Red+Green+Blue) = 116+142+221=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #748EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDD is #8B7122. Grayscale: #8E8E8E. Windows color (decimal): -9138467 or 14519924. OLE color: 14519924.

HSL color Cylindrical-coordinate representation of color #748EDD: hue angle of 225.14º degrees, saturation: 0.61, 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 #748EDD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116142221-
CMYK0.480.3600.13
HSL225.14º60.69%66.08%-
HSV(B)225.14º47.51%86.67%-
XYZ29.9328.2872.29-
YUV143.23171.89108.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=24.22%
G=29.65%
B=46.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161422210.480.3600.13225.1460.6966.08
Hex748EDD30240De13d42
Octal164216335604401534175102
Binary1110100100011101101110111000010010001101111000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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