#74A0FF

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

Shades of Cornflower Blue #74A0FF

Tints of Cornflower Blue #74A0FF

Color information

#74A0FF (or 0x74A0FF) is unknown color: approx Cornflower Blue. HEX triplet: 74, A0 and FF. RGB value is (116,160,255). Sum of RGB (Red+Green+Blue) = 116+160+255=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #74A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A0FF is #8B5F00. Grayscale: #9D9D9D. Windows color (decimal): -9133825 or 16752756. OLE color: 16752756.

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

Color convert

RGB116160255-
CMYK0.550.3700
HSL221.01º100%72.75%-
HSV(B)221.01º54.51%100%-
XYZ37.8236.0799.58-
YUV157.67182.9298.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 255 (100% from 255) = 48.02%
R=21.85%
G=30.13%
B=48.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161602550.550.3700221.0110072.75
Hex74A0FF372500dd6449
Octal164240377674500335144111
Binary11101001010000011111111110111100101001101110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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