#7BA0FF

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

Shades of Cornflower Blue #7BA0FF

Tints of Cornflower Blue #7BA0FF

Color information

#7BA0FF (or 0x7BA0FF) is unknown color: approx Cornflower Blue. HEX triplet: 7B, A0 and FF. RGB value is (123,160,255). Sum of RGB (Red+Green+Blue) = 123+160+255=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0FF is #845F00. Grayscale: #9F9F9F. Windows color (decimal): -8675073 or 16752763. OLE color: 16752763.

HSL color Cylindrical-coordinate representation of color #7BA0FF: hue angle of 223.18º 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 #7BA0FF is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB123160255-
CMYK0.520.3700
HSL223.18º100%74.12%-
HSV(B)223.18º51.76%100%-
XYZ38.7936.5799.62-
YUV159.77181.74101.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.86%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 255 (100% from 255) = 47.40%
R=22.86%
G=29.74%
B=47.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231602550.520.3700223.1810074.12
Hex7BA0FF342500df644a
Octal173240377644500337144112
Binary11110111010000011111111110100100101001101111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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