#7D99F8

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

Shades of Cornflower Blue #7D99F8

Tints of Cornflower Blue #7D99F8

Color information

#7D99F8 (or 0x7D99F8) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 99 and F8. RGB value is (125,153,248). Sum of RGB (Red+Green+Blue) = 125+153+248=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D99F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D99F8 is #826607. Grayscale: #9B9B9B. Windows color (decimal): -8545800 or 16292221. OLE color: 16292221.

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

Color convert

RGB125153248-
CMYK0.500.3800.03
HSL226.34º89.78%73.14%-
HSV(B)226.34º49.6%97.25%-
XYZ36.7933.9293.41-
YUV155.46180.22106.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.76%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 248 (97.27% from 255) = 47.15%
R=23.76%
G=29.09%
B=47.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251532480.500.3800.03226.3489.7873.14
Hex7D99F8322603e25a49
Octal175231370624603342132111
Binary111110110011001111110001100101001100111110001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D99F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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