#74A0FE

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

Shades of Cornflower Blue #74A0FE

Tints of Cornflower Blue #74A0FE

Color information

#74A0FE (or 0x74A0FE) is unknown color: approx Cornflower Blue. HEX triplet: 74, A0 and FE. RGB value is (116,160,254). Sum of RGB (Red+Green+Blue) = 116+160+254=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #74A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A0FE is #8B5F01. Grayscale: #9D9D9D. Windows color (decimal): -9133826 or 16687220. OLE color: 16687220.

HSL color Cylindrical-coordinate representation of color #74A0FE: hue angle of 220.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A0FE is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB116160254-
CMYK0.540.3700.00
HSL220.87º98.57%72.55%-
HSV(B)220.87º54.33%99.61%-
XYZ37.6636.0198.73-
YUV157.56182.4298.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.89%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=21.89%
G=30.19%
B=47.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1161602540.540.3700.00220.8798.5772.55
Hex74A0FE362500dd6349
Octal164240376664500335143111
Binary11101001010000011111110110110100101001101110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A0FE; }

 p { color: rgb(116,160,254); }

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

<style>
 a { background-color: #74A0FE; }

 a { background-color: rgb(116,160,254); }

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

<style>
 span { border-color: #74A0FE; }

 span { border-color: rgb(116,160,254); }

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