#74A2FD

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

Shades of Cornflower Blue #74A2FD

Tints of Cornflower Blue #74A2FD

Color information

#74A2FD (or 0x74A2FD) is unknown color: approx Cornflower Blue. HEX triplet: 74, A2 and FD. RGB value is (116,162,253). Sum of RGB (Red+Green+Blue) = 116+162+253=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #74A2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A2FD is #8B5D02. Grayscale: #9E9E9E. Windows color (decimal): -9133315 or 16622196. OLE color: 16622196.

HSL color Cylindrical-coordinate representation of color #74A2FD: hue angle of 219.85º degrees, saturation: 0.97, 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 #74A2FD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116162253-
CMYK0.540.3600.01
HSL219.85º97.16%72.35%-
HSV(B)219.85º54.15%99.22%-
XYZ37.8536.6598.01-
YUV158.62181.2697.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=21.85%
G=30.51%
B=47.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161622530.540.3600.01219.8597.1672.35
Hex74A2FD362401dc6148
Octal164242375664401334141110
Binary11101001010001011111101110110100100011101110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,162,253); }

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

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

 a { background-color: rgb(116,162,253); }

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

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

 span { border-color: rgb(116,162,253); }

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