#748EFF

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

Shades of Cornflower Blue #748EFF

Tints of Cornflower Blue #748EFF

Color information

#748EFF (or 0x748EFF) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8E and FF. RGB value is (116,142,255). Sum of RGB (Red+Green+Blue) = 116+142+255=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #748EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EFF is #8B7100. Grayscale: #929292. Windows color (decimal): -9138433 or 16748148. OLE color: 16748148.

HSL color Cylindrical-coordinate representation of color #748EFF: hue angle of 228.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748EFF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116142255-
CMYK0.550.4400
HSL228.78º100%72.75%-
HSV(B)228.78º54.51%100%-
XYZ34.9330.2898.61-
YUV147.11188.89105.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.61%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 255 (100% from 255) = 49.71%
R=22.61%
G=27.68%
B=49.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161422550.550.4400228.7810072.75
Hex748EFF372C00e56449
Octal164216377675400345144111
Binary11101001000111011111111110111101100001110010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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