#74A0FA

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

Shades of Cornflower Blue #74A0FA

Tints of Cornflower Blue #74A0FA

Color information

#74A0FA (or 0x74A0FA) is unknown color: approx Cornflower Blue. HEX triplet: 74, A0 and FA. RGB value is (116,160,250). Sum of RGB (Red+Green+Blue) = 116+160+250=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #74A0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A0FA is #8B5F05. Grayscale: #9C9C9C. Windows color (decimal): -9133830 or 16425076. OLE color: 16425076.

HSL color Cylindrical-coordinate representation of color #74A0FA: hue angle of 220.3º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A0FA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116160250-
CMYK0.540.3600.02
HSL220.3º93.06%71.76%-
HSV(B)220.3º53.6%98.04%-
XYZ37.0335.7695.39-
YUV157.1180.4298.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.05%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=22.05%
G=30.42%
B=47.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161602500.540.3600.02220.393.0671.76
Hex74A0FA362402dc5d48
Octal164240372664402334135110
Binary111010010100000111110101101101001000101101110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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