#7F9BFC

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

Shades of Cornflower Blue #7F9BFC

Tints of Cornflower Blue #7F9BFC

Color information

#7F9BFC (or 0x7F9BFC) is unknown color: approx Cornflower Blue. HEX triplet: 7F, 9B and FC. RGB value is (127,155,252). Sum of RGB (Red+Green+Blue) = 127+155+252=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F9BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9BFC is #806403. Grayscale: #9D9D9D. Windows color (decimal): -8414212 or 16554879. OLE color: 16554879.

HSL color Cylindrical-coordinate representation of color #7F9BFC: hue angle of 226.56º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9BFC is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127155252-
CMYK0.500.3800.01
HSL226.56º95.42%74.31%-
HSV(B)226.56º49.6%98.82%-
XYZ38.0434.9896.84-
YUV157.69181.22106.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.78%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=23.78%
G=29.03%
B=47.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271552520.500.3800.01226.5695.4274.31
Hex7F9BFC322601e35f4a
Octal177233374624601343137112
Binary11111111001101111111100110010100110011110001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,155,252); }

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

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

 a { background-color: rgb(127,155,252); }

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

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

 span { border-color: rgb(127,155,252); }

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