#7BA2FC

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

Shades of Cornflower Blue #7BA2FC

Tints of Cornflower Blue #7BA2FC

Color information

#7BA2FC (or 0x7BA2FC) is unknown color: approx Cornflower Blue. HEX triplet: 7B, A2 and FC. RGB value is (123,162,252). Sum of RGB (Red+Green+Blue) = 123+162+252=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BA2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA2FC is #845D03. Grayscale: #A0A0A0. Windows color (decimal): -8674564 or 16556667. OLE color: 16556667.

HSL color Cylindrical-coordinate representation of color #7BA2FC: hue angle of 221.86º degrees, saturation: 0.96, 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 #7BA2FC is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123162252-
CMYK0.510.3600.01
HSL221.86º95.56%73.53%-
HSV(B)221.86º51.19%98.82%-
XYZ38.6637.0897.22-
YUV160.6179.58101.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=22.91%
G=30.17%
B=46.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231622520.510.3600.01221.8695.5673.53
Hex7BA2FC332401de604a
Octal173242374634401336140112
Binary11110111010001011111100110011100100011101111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,162,252); }

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

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

 a { background-color: rgb(123,162,252); }

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

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

 span { border-color: rgb(123,162,252); }

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