#7BA0FD

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

Shades of Cornflower Blue #7BA0FD

Tints of Cornflower Blue #7BA0FD

Color information

#7BA0FD (or 0x7BA0FD) is unknown color: approx Cornflower Blue. HEX triplet: 7B, A0 and FD. RGB value is (123,160,253). Sum of RGB (Red+Green+Blue) = 123+160+253=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0FD is #845F02. Grayscale: #9F9F9F. Windows color (decimal): -8675075 or 16621691. OLE color: 16621691.

HSL color Cylindrical-coordinate representation of color #7BA0FD: hue angle of 222.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA0FD is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123160253-
CMYK0.510.3700.01
HSL222.92º97.01%73.73%-
HSV(B)222.92º51.38%99.22%-
XYZ38.4736.4497.94-
YUV159.54180.74101.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.95%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=22.95%
G=29.85%
B=47.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231602530.510.3700.01222.9297.0173.73
Hex7BA0FD332501df614a
Octal173240375634501337141112
Binary11110111010000011111101110011100101011101111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,253); }

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

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

 a { background-color: rgb(123,160,253); }

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

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

 span { border-color: rgb(123,160,253); }

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