#7D8EF8

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

Shades of Cornflower Blue #7D8EF8

Tints of Cornflower Blue #7D8EF8

Color information

#7D8EF8 (or 0x7D8EF8) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 8E and F8. RGB value is (125,142,248). Sum of RGB (Red+Green+Blue) = 125+142+248=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D8EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EF8 is #827107. Grayscale: #949494. Windows color (decimal): -8548616 or 16289405. OLE color: 16289405.

HSL color Cylindrical-coordinate representation of color #7D8EF8: hue angle of 231.71º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8EF8 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125142248-
CMYK0.500.4300.03
HSL231.71º89.78%73.14%-
HSV(B)231.71º49.6%97.25%-
XYZ35.0730.4892.84-
YUV149183.87110.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 248 (97.27% from 255) = 48.16%
R=24.27%
G=27.57%
B=48.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251422480.500.4300.03231.7189.7873.14
Hex7D8EF8322B03e85a49
Octal175216370625303350132111
Binary111110110001110111110001100101010110111110100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,142,248); }

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

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

 a { background-color: rgb(125,142,248); }

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

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

 span { border-color: rgb(125,142,248); }

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