#7488E1

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

Shades of Cornflower Blue #7488E1

Tints of Cornflower Blue #7488E1

Color information

#7488E1 (or 0x7488E1) is unknown color: approx Cornflower Blue. HEX triplet: 74, 88 and E1. RGB value is (116,136,225). Sum of RGB (Red+Green+Blue) = 116+136+225=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #7488E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488E1 is #8B771E. Grayscale: #8B8B8B. Windows color (decimal): -9139999 or 14780532. OLE color: 14780532.

HSL color Cylindrical-coordinate representation of color #7488E1: hue angle of 228.99º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7488E1 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116136225-
CMYK0.480.4000.12
HSL228.99º64.5%66.86%-
HSV(B)228.99º48.44%88.24%-
XYZ29.626.7674.84-
YUV140.17175.87110.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.32%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=24.32%
G=28.51%
B=47.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161362250.480.4000.12228.9964.566.86
Hex7488E130280Ce54043
Octal1642103416050014345100103
Binary11101001000100011100001110000101000011001110010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7488E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7488E1; }

 p { color: rgb(116,136,225); }

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

<style>
 a { background-color: #7488E1; }

 a { background-color: rgb(116,136,225); }

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

<style>
 span { border-color: #7488E1; }

 span { border-color: rgb(116,136,225); }

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