#7499E2

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

Shades of Cornflower Blue #7499E2

Tints of Cornflower Blue #7499E2

Color information

#7499E2 (or 0x7499E2) is unknown color: approx Cornflower Blue. HEX triplet: 74, 99 and E2. RGB value is (116,153,226). Sum of RGB (Red+Green+Blue) = 116+153+226=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #7499E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499E2 is #8B661D. Grayscale: #959595. Windows color (decimal): -9135646 or 14850420. OLE color: 14850420.

HSL color Cylindrical-coordinate representation of color #7499E2: hue angle of 219.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7499E2 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116153226-
CMYK0.490.3200.11
HSL219.82º65.48%67.06%-
HSV(B)219.82º48.67%88.63%-
XYZ32.3231.9976.42-
YUV150.26170.74103.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 226 (88.67% from 255) = 45.66%
R=23.43%
G=30.91%
B=45.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161532260.490.3200.11219.8265.4867.06
Hex7499E231200Bdc4143
Octal1642313426140013334101103
Binary11101001001100111100010110001100000010111101110010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7499E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7499E2; }

 p { color: rgb(116,153,226); }

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

<style>
 a { background-color: #7499E2; }

 a { background-color: rgb(116,153,226); }

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

<style>
 span { border-color: #7499E2; }

 span { border-color: rgb(116,153,226); }

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