#7D9BEE

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

Shades of Cornflower Blue #7D9BEE

Tints of Cornflower Blue #7D9BEE

Color information

#7D9BEE (or 0x7D9BEE) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9B and EE. RGB value is (125,155,238). Sum of RGB (Red+Green+Blue) = 125+155+238=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D9BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BEE is #826411. Grayscale: #9B9B9B. Windows color (decimal): -8545298 or 15637373. OLE color: 15637373.

HSL color Cylindrical-coordinate representation of color #7D9BEE: hue angle of 224.07º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9BEE is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125155238-
CMYK0.470.3500.07
HSL224.07º76.87%71.18%-
HSV(B)224.07º47.48%93.33%-
XYZ35.6133.9885.57-
YUV155.49174.56106.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=24.13%
G=29.92%
B=45.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251552380.470.3500.07224.0776.8771.18
Hex7D9BEE2F2307e04d47
Octal175233356574307340115107
Binary1111101100110111110111010111110001101111110000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,155,238); }

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

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

 a { background-color: rgb(125,155,238); }

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

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

 span { border-color: rgb(125,155,238); }

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