#7DA0FC

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

Shades of Cornflower Blue #7DA0FC

Tints of Cornflower Blue #7DA0FC

Color information

#7DA0FC (or 0x7DA0FC) is unknown color: approx Cornflower Blue. HEX triplet: 7D, A0 and FC. RGB value is (125,160,252). Sum of RGB (Red+Green+Blue) = 125+160+252=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA0FC is #825F03. Grayscale: #9F9F9F. Windows color (decimal): -8544004 or 16556157. OLE color: 16556157.

HSL color Cylindrical-coordinate representation of color #7DA0FC: hue angle of 223.46º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DA0FC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125160252-
CMYK0.500.3700.01
HSL223.46º95.49%73.92%-
HSV(B)223.46º50.4%98.82%-
XYZ38.636.5397.11-
YUV160.02179.9103.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.28%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=23.28%
G=29.80%
B=46.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251602520.500.3700.01223.4695.4973.92
Hex7DA0FC322501df5f4a
Octal175240374624501337137112
Binary11111011010000011111100110010100101011101111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA0FC; }

 p { color: rgb(125,160,252); }

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

<style>
 a { background-color: #7DA0FC; }

 a { background-color: rgb(125,160,252); }

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

<style>
 span { border-color: #7DA0FC; }

 span { border-color: rgb(125,160,252); }

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