#7D9EFD

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

Shades of Cornflower Blue #7D9EFD

Tints of Cornflower Blue #7D9EFD

Color information

#7D9EFD (or 0x7D9EFD) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9E and FD. RGB value is (125,158,253). Sum of RGB (Red+Green+Blue) = 125+158+253=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D9EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EFD is #826102. Grayscale: #9E9E9E. Windows color (decimal): -8544515 or 16621181. OLE color: 16621181.

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

Color convert

RGB125158253-
CMYK0.510.3800.01
HSL224.53º96.97%74.12%-
HSV(B)224.53º50.59%99.22%-
XYZ38.4135.9197.83-
YUV158.96181.07103.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.32%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=23.32%
G=29.48%
B=47.20%

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
Decimal1251582530.510.3800.01224.5396.9774.12
Hex7D9EFD332601e1614a
Octal175236375634601341141112
Binary11111011001111011111101110011100110011110000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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