#74A5FC

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

Shades of Cornflower Blue #74A5FC

Tints of Cornflower Blue #74A5FC

Color information

#74A5FC (or 0x74A5FC) is unknown color: approx Cornflower Blue. HEX triplet: 74, A5 and FC. RGB value is (116,165,252). Sum of RGB (Red+Green+Blue) = 116+165+252=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #74A5FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A5FC is #8B5A03. Grayscale: #9F9F9F. Windows color (decimal): -9132548 or 16557428. OLE color: 16557428.

HSL color Cylindrical-coordinate representation of color #74A5FC: hue angle of 218.38º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A5FC is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116165252-
CMYK0.540.3500.01
HSL218.38º95.77%72.16%-
HSV(B)218.38º53.97%98.82%-
XYZ38.2337.6597.35-
YUV160.27179.7796.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.76%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=21.76%
G=30.96%
B=47.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161652520.540.3500.01218.3895.7772.16
Hex74A5FC362301da6048
Octal164245374664301332140110
Binary11101001010010111111100110110100011011101101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,252); }

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

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

 a { background-color: rgb(116,165,252); }

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

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

 span { border-color: rgb(116,165,252); }

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