Html Css Color HEX #7895FE Cornflower Blue

📋 copy color: '#7895FE'

red 120 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #7895FE

Tints of Cornflower Blue #7895FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.49%

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 22.94%
G = 28.49%
B = 48.57%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7895FE (or 0x7895FE) is known color: Cornflower Blue. HEX triplet: 78, 95 and FE. RGB value is (120,149,254). Sum of RGB (Red+Green+Blue) = 120+149+254=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #7895FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7895FE is #876A01. Grayscale: #979797. Windows color (decimal): -8874498 or 16684408. OLE color: 16684408.

HSL color Cylindrical-coordinate representation of color #7895FE: hue angle of 227.01º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7895FE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 149 254 -
CMYK 0.53 0.41 0 0.00
HSL 227.01º 0.99% 0.73% -
HSV(B) 227.01º 0.53% 1% -
XYZ 36.38 32.64 98.15 -
YUV 152.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 120 149 254 0.53 0.41 0 0.00 227.01 0.99 0.73
Hex 78 95 FE 35 29 0 0 E3 63 49
Octal 170 225 376 65 51 0 0 343 143 111
Binary 1111000 10010101 11111110 110101 101001 0 0 11100011 1100011 1001001

Color Harmonies of #7895FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7895FE

Black with #7895FE

Text Example


Text Example

White with #7895FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7895FE; }

 p { color: rgb(120,149,254); }

 H1.HeaderClassName
 {
   color: #7895FE;
 }
 .AnyTagClassName
 {
   color: #7895FE;
 }
</style>

background-color css

<style>
 a { background-color: #7895FE; }

 a { background-color: rgb(120,149,254); }

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

border-color css

<style>
 span { border-color: #7895FE; }

 span { border-color: rgb(120,149,254); }

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