#7BA1FD

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

Shades of Cornflower Blue #7BA1FD

Tints of Cornflower Blue #7BA1FD

Color information

#7BA1FD (or 0x7BA1FD) is unknown color: approx Cornflower Blue. HEX triplet: 7B, A1 and FD. RGB value is (123,161,253). Sum of RGB (Red+Green+Blue) = 123+161+253=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA1FD is #845E02. Grayscale: #9F9F9F. Windows color (decimal): -8674819 or 16621947. OLE color: 16621947.

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

Color convert

RGB123161253-
CMYK0.510.3600.01
HSL222.46º97.01%73.73%-
HSV(B)222.46º51.38%99.22%-
XYZ38.6436.7997.99-
YUV160.13180.41101.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=22.91%
G=29.98%
B=47.11%

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
Decimal1231612530.510.3600.01222.4697.0173.73
Hex7BA1FD332401de614a
Octal173241375634401336141112
Binary11110111010000111111101110011100100011101111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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