#7D9EFF

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

Shades of Cornflower Blue #7D9EFF

Tints of Cornflower Blue #7D9EFF

Color information

#7D9EFF (or 0x7D9EFF) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9E and FF. RGB value is (125,158,255). Sum of RGB (Red+Green+Blue) = 125+158+255=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EFF is #826100. Grayscale: #9E9E9E. Windows color (decimal): -8544513 or 16752253. OLE color: 16752253.

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

Color convert

RGB125158255-
CMYK0.510.3800
HSL224.77º100%74.51%-
HSV(B)224.77º50.98%100%-
XYZ38.7336.0399.52-
YUV159.19182.07103.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.23%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 47.40%
R=23.23%
G=29.37%
B=47.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251582550.510.3800224.7710074.51
Hex7D9EFF332600e1644b
Octal175236377634600341144113
Binary11111011001111011111111110011100110001110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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