#7D97F0

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

Shades of Cornflower Blue #7D97F0

Tints of Cornflower Blue #7D97F0

Color information

#7D97F0 (or 0x7D97F0) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 97 and F0. RGB value is (125,151,240). Sum of RGB (Red+Green+Blue) = 125+151+240=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D97F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97F0 is #82680F. Grayscale: #989898. Windows color (decimal): -8546320 or 15767421. OLE color: 15767421.

HSL color Cylindrical-coordinate representation of color #7D97F0: hue angle of 226.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D97F0 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125151240-
CMYK0.480.3700.06
HSL226.43º79.31%71.57%-
HSV(B)226.43º47.92%94.12%-
XYZ35.2532.7886.91-
YUV153.37176.89107.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=24.22%
G=29.26%
B=46.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251512400.480.3700.06226.4379.3171.57
Hex7D97F0302506e24f48
Octal175227360604506342117110
Binary1111101100101111111000011000010010101101110001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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