#748FDE

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

Shades of Cornflower Blue #748FDE

Tints of Cornflower Blue #748FDE

Color information

#748FDE (or 0x748FDE) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8F and DE. RGB value is (116,143,222). Sum of RGB (Red+Green+Blue) = 116+143+222=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #748FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FDE is #8B7021. Grayscale: #8F8F8F. Windows color (decimal): -9138210 or 14585716. OLE color: 14585716.

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

Color convert

RGB116143222-
CMYK0.480.3600.13
HSL224.72º61.63%66.27%-
HSV(B)224.72º47.75%87.06%-
XYZ30.2128.6373.04-
YUV143.93172.05108.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=24.12%
G=29.73%
B=46.15%

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
Decimal1161432220.480.3600.13224.7261.6366.27
Hex748FDE30240De13e42
Octal164217336604401534176102
Binary1110100100011111101111011000010010001101111000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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