#7D9DFD

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

Shades of Cornflower Blue #7D9DFD

Tints of Cornflower Blue #7D9DFD

Color information

#7D9DFD (or 0x7D9DFD) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9D and FD. RGB value is (125,157,253). Sum of RGB (Red+Green+Blue) = 125+157+253=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D9DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DFD is #826202. Grayscale: #9D9D9D. Windows color (decimal): -8544771 or 16620925. OLE color: 16620925.

HSL color Cylindrical-coordinate representation of color #7D9DFD: hue angle of 225º 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 #7D9DFD is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125157253-
CMYK0.510.3800.01
HSL225º96.97%74.12%-
HSV(B)225º50.59%99.22%-
XYZ38.2435.5797.78-
YUV158.38181.4104.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=23.36%
G=29.35%
B=47.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251572530.510.3800.0122596.9774.12
Hex7D9DFD332601e1614a
Octal175235375634601341141112
Binary11111011001110111111101110011100110011110000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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