#748BEA

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

Shades of Cornflower Blue #748BEA

Tints of Cornflower Blue #748BEA

Color information

#748BEA (or 0x748BEA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8B and EA. RGB value is (116,139,234). Sum of RGB (Red+Green+Blue) = 116+139+234=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #748BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BEA is #8B7415. Grayscale: #8E8E8E. Windows color (decimal): -9139222 or 15371124. OLE color: 15371124.

HSL color Cylindrical-coordinate representation of color #748BEA: hue angle of 228.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748BEA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116139234-
CMYK0.500.4100.08
HSL228.31º73.75%68.63%-
HSV(B)228.31º50.43%91.76%-
XYZ31.2928.1281.62-
YUV142.95179.38108.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=23.72%
G=28.43%
B=47.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161392340.500.4100.08228.3173.7568.63
Hex748BEA322908e44a45
Octal1642133526251010344112105
Binary11101001000101111101010110010101001010001110010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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