#748BF1

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

Shades of Cornflower Blue #748BF1

Tints of Cornflower Blue #748BF1

Color information

#748BF1 (or 0x748BF1) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8B and F1. RGB value is (116,139,241). Sum of RGB (Red+Green+Blue) = 116+139+241=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #748BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BF1 is #8B740E. Grayscale: #8F8F8F. Windows color (decimal): -9139215 or 15829876. OLE color: 15829876.

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

Color convert

RGB116139241-
CMYK0.520.4200.05
HSL228.96º81.7%70%-
HSV(B)228.96º51.87%94.51%-
XYZ32.3128.5387.02-
YUV143.75182.88108.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 241 (94.53% from 255) = 48.59%
R=23.39%
G=28.02%
B=48.59%

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
Decimal1161392410.520.4200.05228.9681.770
Hex748BF1342A05e55246
Octal164213361645205345122106
Binary1110100100010111111000111010010101001011110010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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