Html Css Color HEX #7894FF Cornflower Blue

📋 copy color: '#7894FF'

red 120 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #7894FF

Tints of Cornflower Blue #7894FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 22.94%
G = 28.3%
B = 48.76%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7894FF (or 0x7894FF) is known color: Cornflower Blue. HEX triplet: 78, 94 and FF. RGB value is (120,148,255). Sum of RGB (Red+Green+Blue) = 120+148+255=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7894FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894FF is #876B00. Grayscale: #979797. Windows color (decimal): -8874753 or 16749688. OLE color: 16749688.

HSL color Cylindrical-coordinate representation of color #7894FF: hue angle of 227.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7894FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 148 255 -
CMYK 0.53 0.42 0 0
HSL 227.56º 1% 0.74% -
HSV(B) 227.56º 0.53% 1% -
XYZ 36.39 32.39 98.94 -
YUV 151.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 120 148 255 0.53 0.42 0 0 227.56 1 0.74
Hex 78 94 FF 35 2A 0 0 E4 64 4A
Octal 170 224 377 65 52 0 0 344 144 112
Binary 1111000 10010100 11111111 110101 101010 0 0 11100100 1100100 1001010

Color Harmonies of #7894FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894FF

Black with #7894FF

Text Example


Text Example

White with #7894FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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