#748ff7

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

Shades of Cornflower Blue #748FF7

Tints of Cornflower Blue #748FF7

Color information

#748FF7 (or 0x748FF7) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8F and F7. RGB value is (116,143,247). Sum of RGB (Red+Green+Blue) = 116+143+247=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #748FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FF7 is #8B7008. Grayscale: #929292. Windows color (decimal): -9138185 or 16224116. OLE color: 16224116.

HSL color Cylindrical-coordinate representation of color #748FF7: hue angle of 227.63º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748FF7 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB116143247-
CMYK0.530.4200.03
HSL227.63º89.12%71.18%-
HSV(B)227.63º53.04%96.86%-
XYZ33.8130.0792.02-
YUV146.78184.55106.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 247 (96.88% from 255) = 48.81%
R=22.92%
G=28.26%
B=48.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1161432470.530.4200.03227.6389.1271.18
Hex748FF7352A03e45947
Octal164217367655203344131107
Binary111010010001111111101111101011010100111110010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748ff7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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