#748EF1

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

Shades of Cornflower Blue #748EF1

Tints of Cornflower Blue #748EF1

Color information

#748EF1 (or 0x748EF1) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and F1. RGB value is (116,142,241). Sum of RGB (Red+Green+Blue) = 116+142+241=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #748EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EF1 is #8B710E. Grayscale: #919191. Windows color (decimal): -9138447 or 15830644. OLE color: 15830644.

HSL color Cylindrical-coordinate representation of color #748EF1: hue angle of 227.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #748EF1 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116142241-
CMYK0.520.4100.05
HSL227.52º81.7%70%-
HSV(B)227.52º51.87%94.51%-
XYZ32.7529.4187.17-
YUV145.51181.89106.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=23.25%
G=28.46%
B=48.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161422410.520.4100.05227.5281.770
Hex748EF1342905e45246
Octal164216361645105344122106
Binary1110100100011101111000111010010100101011110010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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