#74A8FB

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

Shades of Cornflower Blue #74A8FB

Tints of Cornflower Blue #74A8FB

Color information

#74A8FB (or 0x74A8FB) is unknown color: approx Cornflower Blue. HEX triplet: 74, A8 and FB. RGB value is (116,168,251). Sum of RGB (Red+Green+Blue) = 116+168+251=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #74A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8FB is #8B5704. Grayscale: #A1A1A1. Windows color (decimal): -9131781 or 16492660. OLE color: 16492660.

HSL color Cylindrical-coordinate representation of color #74A8FB: hue angle of 216.89º degrees, saturation: 0.94, 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 #74A8FB is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116168251-
CMYK0.540.3300.02
HSL216.89º94.41%71.96%-
HSV(B)216.89º53.78%98.43%-
XYZ38.6238.6896.7-
YUV161.91178.2795.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=21.68%
G=31.40%
B=46.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161682510.540.3300.02216.8994.4171.96
Hex74A8FB362102d95e48
Octal164250373664102331136110
Binary111010010101000111110111101101000010101101100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,251); }

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

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

 a { background-color: rgb(116,168,251); }

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

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

 span { border-color: rgb(116,168,251); }

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