Html Css Color HEX #7894FA Cornflower Blue

📋 copy color: '#7894FA'

red 120 ◦ green 148 ◦ blue 250

#7894FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #7894FA

Tints of Cornflower Blue #7894FA

RGB

 RED value IS 120 (47.27% from 255) = 23.17%

 GREEN value IS 148 (58.2% from 255) = 28.57%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 23.17%
G = 28.57%
B = 48.26%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7894FA (or 0x7894FA) is known color: Cornflower Blue. HEX triplet: 78, 94 and FA. RGB value is (120,148,250). Sum of RGB (Red+Green+Blue) = 120+148+250=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #7894FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894FA is #876B05. Grayscale: #969696. Windows color (decimal): -8874758 or 16422008. OLE color: 16422008.

HSL color Cylindrical-coordinate representation of color #7894FA: hue angle of 227.08º degrees, saturation: 0.93, 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 #7894FA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 148 250 -
CMYK 0.52 0.41 0 0.02
HSL 227.08º 0.93% 0.73% -
HSV(B) 227.08º 0.52% 0.98% -
XYZ 35.59 32.08 94.76 -
YUV 151.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 120 148 250 0.52 0.41 0 0.02 227.08 0.93 0.73
Hex 78 94 FA 34 29 0 2 E3 5D 49
Octal 170 224 372 64 51 0 2 343 135 111
Binary 1111000 10010100 11111010 110100 101001 0 10 11100011 1011101 1001001

Color Harmonies of #7894FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894FA

Black with #7894FA

Text Example


Text Example

White with #7894FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7894FA; }

 p { color: rgb(120,148,250); }

 H1.HeaderClassName
 {
   color: #7894FA;
 }
 .AnyTagClassName
 {
   color: #7894FA;
 }
</style>

background-color css

<style>
 a { background-color: #7894FA; }

 a { background-color: rgb(120,148,250); }

 div.DivClassName
 {
   background-color: #7894FA;
 }
 .BgClassName
 {
   background-color: #7894FA;
 }
</style>

border-color css

<style>
 span { border-color: #7894FA; }

 span { border-color: rgb(120,148,250); }

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