#748EDE

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

Shades of Cornflower Blue #748EDE

Tints of Cornflower Blue #748EDE

Color information

#748EDE (or 0x748EDE) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and DE. RGB value is (116,142,222). Sum of RGB (Red+Green+Blue) = 116+142+222=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #748EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDE is #8B7121. Grayscale: #8F8F8F. Windows color (decimal): -9138466 or 14585460. OLE color: 14585460.

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

Color convert

RGB116142222-
CMYK0.480.3600.13
HSL225.28º61.63%66.27%-
HSV(B)225.28º47.75%87.06%-
XYZ30.0628.3372.99-
YUV143.35172.39108.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=24.17%
G=29.58%
B=46.25%

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
Decimal1161422220.480.3600.13225.2861.6366.27
Hex748EDE30240De13e42
Octal164216336604401534176102
Binary1110100100011101101111011000010010001101111000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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