Html Css Color HEX #7992F0 Cornflower Blue

📋 copy color: '#7992F0'

red 121 ◦ green 146 ◦ blue 240

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

Shades of Cornflower Blue #7992F0

Tints of Cornflower Blue #7992F0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.8%

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 23.87%
G = 28.8%
B = 47.34%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7992F0 (or 0x7992F0) is known color: Cornflower Blue. HEX triplet: 79, 92 and F0. RGB value is (121,146,240). Sum of RGB (Red+Green+Blue) = 121+146+240=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #7992F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7992F0 is #866D0F. Grayscale: #949494. Windows color (decimal): -8809744 or 15766137. OLE color: 15766137.

HSL color Cylindrical-coordinate representation of color #7992F0: hue angle of 227.39º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7992F0 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 146 240 -
CMYK 0.50 0.39 0 0.06
HSL 227.4º 0.8% 0.71% -
HSV(B) 227.4º 0.5% 0.94% -
XYZ 33.89 30.91 86.62 -
YUV 149.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 121 146 240 0.50 0.39 0 0.06 227.4 0.8 0.71
Hex 79 92 F0 32 27 0 6 E3 50 47
Octal 171 222 360 62 47 0 6 343 120 107
Binary 1111001 10010010 11110000 110010 100111 0 110 11100011 1010000 1000111

Color Harmonies of #7992F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992F0

Black with #7992F0

Text Example


Text Example

White with #7992F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7992F0; }

 p { color: rgb(121,146,240); }

 H1.HeaderClassName
 {
   color: #7992F0;
 }
 .AnyTagClassName
 {
   color: #7992F0;
 }
</style>

background-color css

<style>
 a { background-color: #7992F0; }

 a { background-color: rgb(121,146,240); }

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

border-color css

<style>
 span { border-color: #7992F0; }

 span { border-color: rgb(121,146,240); }

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