#7D97FD

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

Shades of Cornflower Blue #7D97FD

Tints of Cornflower Blue #7D97FD

Color information

#7D97FD (or 0x7D97FD) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 97 and FD. RGB value is (125,151,253). Sum of RGB (Red+Green+Blue) = 125+151+253=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D97FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97FD is #826802. Grayscale: #9A9A9A. Windows color (decimal): -8546307 or 16619389. OLE color: 16619389.

HSL color Cylindrical-coordinate representation of color #7D97FD: hue angle of 227.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D97FD is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125151253-
CMYK0.510.4000.01
HSL227.81º96.97%74.12%-
HSV(B)227.81º50.59%99.22%-
XYZ37.2533.5997.45-
YUV154.85183.39106.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=23.63%
G=28.54%
B=47.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251512530.510.4000.01227.8196.9774.12
Hex7D97FD332801e4614a
Octal175227375635001344141112
Binary11111011001011111111101110011101000011110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,151,253); }

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

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

 a { background-color: rgb(125,151,253); }

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

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

 span { border-color: rgb(125,151,253); }

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