#7892FB

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

Shades of Cornflower Blue #7892FB

Tints of Cornflower Blue #7892FB

Color information

#7892FB (or 0x7892FB) is unknown color: approx Cornflower Blue. HEX triplet: 78, 92 and FB. RGB value is (120,146,251). Sum of RGB (Red+Green+Blue) = 120+146+251=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #7892FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7892FB is #876D04. Grayscale: #959595. Windows color (decimal): -8875269 or 16487032. OLE color: 16487032.

HSL color Cylindrical-coordinate representation of color #7892FB: hue angle of 228.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7892FB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120146251-
CMYK0.520.4200.02
HSL228.09º94.24%72.75%-
HSV(B)228.09º52.19%98.43%-
XYZ35.4431.5295.48-
YUV150.2184.89106.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.21%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=23.21%
G=28.24%
B=48.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201462510.520.4200.02228.0994.2472.75
Hex7892FB342A02e45e49
Octal170222373645202344136111
Binary111100010010010111110111101001010100101110010010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7892FB; }

 p { color: rgb(120,146,251); }

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

<style>
 a { background-color: #7892FB; }

 a { background-color: rgb(120,146,251); }

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

<style>
 span { border-color: #7892FB; }

 span { border-color: rgb(120,146,251); }

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