#7BA4FF

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

Shades of Cornflower Blue #7BA4FF

Tints of Cornflower Blue #7BA4FF

Color information

#7BA4FF (or 0x7BA4FF) is unknown color: approx Cornflower Blue. HEX triplet: 7B, A4 and FF. RGB value is (123,164,255). Sum of RGB (Red+Green+Blue) = 123+164+255=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BA4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4FF is #845B00. Grayscale: #A1A1A1. Windows color (decimal): -8674049 or 16753787. OLE color: 16753787.

HSL color Cylindrical-coordinate representation of color #7BA4FF: hue angle of 221.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BA4FF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB123164255-
CMYK0.520.3600
HSL221.36º100%74.12%-
HSV(B)221.36º51.76%100%-
XYZ39.4937.9899.86-
YUV162.12180.42100.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.69%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 255 (100% from 255) = 47.05%
R=22.69%
G=30.26%
B=47.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231642550.520.3600221.3610074.12
Hex7BA4FF342400dd644a
Octal173244377644400335144112
Binary11110111010010011111111110100100100001101110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,164,255); }

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

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

 a { background-color: rgb(123,164,255); }

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

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

 span { border-color: rgb(123,164,255); }

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