#789FF2

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

Shades of Cornflower Blue #789FF2

Tints of Cornflower Blue #789FF2

Color information

#789FF2 (or 0x789FF2) is unknown color: approx Cornflower Blue. HEX triplet: 78, 9F and F2. RGB value is (120,159,242). Sum of RGB (Red+Green+Blue) = 120+159+242=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #789FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FF2 is #87600D. Grayscale: #9C9C9C. Windows color (decimal): -8871950 or 15900536. OLE color: 15900536.

HSL color Cylindrical-coordinate representation of color #789FF2: hue angle of 220.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #789FF2 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120159242-
CMYK0.500.3400.05
HSL220.82º82.43%70.98%-
HSV(B)220.82º50.41%94.9%-
XYZ36.1735.288.89-
YUV156.8176.08101.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.03%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=23.03%
G=30.52%
B=46.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201592420.500.3400.05220.8282.4370.98
Hex789FF2322205dd5247
Octal170237362624205335122107
Binary1111000100111111111001011001010001001011101110110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789FF2; }

 p { color: rgb(120,159,242); }

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

<style>
 a { background-color: #789FF2; }

 a { background-color: rgb(120,159,242); }

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

<style>
 span { border-color: #789FF2; }

 span { border-color: rgb(120,159,242); }

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