#7F9DFA

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

Shades of Cornflower Blue #7F9DFA

Tints of Cornflower Blue #7F9DFA

Color information

#7F9DFA (or 0x7F9DFA) is unknown color: approx Cornflower Blue. HEX triplet: 7F, 9D and FA. RGB value is (127,157,250). Sum of RGB (Red+Green+Blue) = 127+157+250=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F9DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9DFA is #806205. Grayscale: #9E9E9E. Windows color (decimal): -8413702 or 16424319. OLE color: 16424319.

HSL color Cylindrical-coordinate representation of color #7F9DFA: hue angle of 225.37º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F9DFA is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127157250-
CMYK0.490.3700.02
HSL225.37º92.48%73.92%-
HSV(B)225.37º49.2%98.04%-
XYZ38.0635.5395.29-
YUV158.63179.56105.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.78%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=23.78%
G=29.40%
B=46.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271572500.490.3700.02225.3792.4873.92
Hex7F9DFA312502e15c4a
Octal177235372614502341134112
Binary111111110011101111110101100011001010101110000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,157,250); }

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

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

 a { background-color: rgb(127,157,250); }

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

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

 span { border-color: rgb(127,157,250); }

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