Html Css Color HEX #7995FE Cornflower Blue

📋 copy color: '#7995FE'

red 121 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #7995FE

Tints of Cornflower Blue #7995FE

RGB

 RED value IS 121 (47.66% from 255) = 23.09%

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

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

R = 23.09%
G = 28.44%
B = 48.47%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7995FE (or 0x7995FE) is known color: Cornflower Blue. HEX triplet: 79, 95 and FE. RGB value is (121,149,254). Sum of RGB (Red+Green+Blue) = 121+149+254=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #7995FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995FE is #866A01. Grayscale: #989898. Windows color (decimal): -8808962 or 16684409. OLE color: 16684409.

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

Color convert

RGB 121 149 254 -
CMYK 0.52 0.41 0 0.00
HSL 227.37º 0.99% 0.74% -
HSV(B) 227.37º 0.52% 1% -
XYZ 36.52 32.72 98.16 -
YUV 152.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 121 149 254 0.52 0.41 0 0.00 227.37 0.99 0.74
Hex 79 95 FE 34 29 0 0 E3 63 4A
Octal 171 225 376 64 51 0 0 343 143 112
Binary 1111001 10010101 11111110 110100 101001 0 0 11100011 1100011 1001010

Color Harmonies of #7995FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7995FE

Black with #7995FE

Text Example


Text Example

White with #7995FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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