#748CF1

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

Shades of Cornflower Blue #748CF1

Tints of Cornflower Blue #748CF1

Color information

#748CF1 (or 0x748CF1) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8C and F1. RGB value is (116,140,241). Sum of RGB (Red+Green+Blue) = 116+140+241=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #748CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CF1 is #8B730E. Grayscale: #8F8F8F. Windows color (decimal): -9138959 or 15830132. OLE color: 15830132.

HSL color Cylindrical-coordinate representation of color #748CF1: hue angle of 228.48º 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 #748CF1 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116140241-
CMYK0.520.4200.05
HSL228.48º81.7%70%-
HSV(B)228.48º51.87%94.51%-
XYZ32.4628.8287.07-
YUV144.34182.55107.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.34%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=23.34%
G=28.17%
B=48.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161402410.520.4200.05228.4881.770
Hex748CF1342A05e45246
Octal164214361645205344122106
Binary1110100100011001111000111010010101001011110010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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