#74A6FF

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

Shades of Cornflower Blue #74A6FF

Tints of Cornflower Blue #74A6FF

Color information

#74A6FF (or 0x74A6FF) is unknown color: approx Cornflower Blue. HEX triplet: 74, A6 and FF. RGB value is (116,166,255). Sum of RGB (Red+Green+Blue) = 116+166+255=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #74A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A6FF is #8B5900. Grayscale: #A0A0A0. Windows color (decimal): -9132289 or 16754292. OLE color: 16754292.

HSL color Cylindrical-coordinate representation of color #74A6FF: hue angle of 218.42º 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 #74A6FF is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116166255-
CMYK0.550.3500
HSL218.42º100%72.75%-
HSV(B)218.42º54.51%100%-
XYZ38.8938.2199.93-
YUV161.2180.9495.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.60%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 255 (100% from 255) = 47.49%
R=21.60%
G=30.91%
B=47.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161662550.550.3500218.4210072.75
Hex74A6FF372300da6449
Octal164246377674300332144111
Binary11101001010011011111111110111100011001101101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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