#7D9DFF

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

Shades of Cornflower Blue #7D9DFF

Tints of Cornflower Blue #7D9DFF

Color information

#7D9DFF (or 0x7D9DFF) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9D and FF. RGB value is (125,157,255). Sum of RGB (Red+Green+Blue) = 125+157+255=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DFF is #826200. Grayscale: #9E9E9E. Windows color (decimal): -8544769 or 16751997. OLE color: 16751997.

HSL color Cylindrical-coordinate representation of color #7D9DFF: hue angle of 225.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9DFF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125157255-
CMYK0.510.3800
HSL225.23º100%74.51%-
HSV(B)225.23º50.98%100%-
XYZ38.5635.6999.46-
YUV158.6182.4104.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.28%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 255 (100% from 255) = 47.49%
R=23.28%
G=29.24%
B=47.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251572550.510.3800225.2310074.51
Hex7D9DFF332600e1644b
Octal175235377634600341144113
Binary11111011001110111111111110011100110001110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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