#7D94FA

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

Shades of Cornflower Blue #7D94FA

Tints of Cornflower Blue #7D94FA

Color information

#7D94FA (or 0x7D94FA) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 94 and FA. RGB value is (125,148,250). Sum of RGB (Red+Green+Blue) = 125+148+250=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D94FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D94FA is #826B05. Grayscale: #989898. Windows color (decimal): -8547078 or 16422013. OLE color: 16422013.

HSL color Cylindrical-coordinate representation of color #7D94FA: hue angle of 228.96º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D94FA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125148250-
CMYK0.500.4100.02
HSL228.96º92.59%73.53%-
HSV(B)228.96º50%98.04%-
XYZ36.332.4494.79-
YUV152.75182.88108.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=23.90%
G=28.30%
B=47.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251482500.500.4100.02228.9692.5973.53
Hex7D94FA322902e55d4a
Octal175224372625102345135112
Binary111110110010100111110101100101010010101110010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,250); }

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

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

 a { background-color: rgb(125,148,250); }

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

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

 span { border-color: rgb(125,148,250); }

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