#788AFB

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

Shades of Cornflower Blue #788AFB

Tints of Cornflower Blue #788AFB

Color information

#788AFB (or 0x788AFB) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8A and FB. RGB value is (120,138,251). Sum of RGB (Red+Green+Blue) = 120+138+251=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #788AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AFB is #877504. Grayscale: #919191. Windows color (decimal): -8877317 or 16484984. OLE color: 16484984.

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

Color convert

RGB120138251-
CMYK0.520.4500.02
HSL231.76º94.24%72.75%-
HSV(B)231.76º52.19%98.43%-
XYZ34.2529.1495.09-
YUV145.5187.54109.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.58%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=23.58%
G=27.11%
B=49.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201382510.520.4500.02231.7694.2472.75
Hex788AFB342D02e85e49
Octal170212373645502350136111
Binary111100010001010111110111101001011010101110100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788AFB; }

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

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

<style>
 a { background-color: #788AFB; }

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

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

<style>
 span { border-color: #788AFB; }

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

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