Html Css Color HEX #7990FC Cornflower Blue

📋 copy color: '#7990FC'

red 121 ◦ green 144 ◦ blue 252

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

Shades of Cornflower Blue #7990FC

Tints of Cornflower Blue #7990FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 23.4%
G = 27.85%
B = 48.74%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7990FC (or 0x7990FC) is known color: Cornflower Blue. HEX triplet: 79, 90 and FC. RGB value is (121,144,252). Sum of RGB (Red+Green+Blue) = 121+144+252=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #7990FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7990FC is #866F03. Grayscale: #949494. Windows color (decimal): -8810244 or 16552057. OLE color: 16552057.

HSL color Cylindrical-coordinate representation of color #7990FC: hue angle of 229.47º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7990FC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 144 252 -
CMYK 0.52 0.43 0 0.01
HSL 229.47º 0.96% 0.73% -
HSV(B) 229.47º 0.52% 0.99% -
XYZ 35.43 31.04 96.22 -
YUV 149.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 121 144 252 0.52 0.43 0 0.01 229.47 0.96 0.73
Hex 79 90 FC 34 2B 0 1 E5 60 49
Octal 171 220 374 64 53 0 1 345 140 111
Binary 1111001 10010000 11111100 110100 101011 0 1 11100101 1100000 1001001

Color Harmonies of #7990FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990FC

Black with #7990FC

Text Example


Text Example

White with #7990FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7990FC; }

 p { color: rgb(121,144,252); }

 H1.HeaderClassName
 {
   color: #7990FC;
 }
 .AnyTagClassName
 {
   color: #7990FC;
 }
</style>

background-color css

<style>
 a { background-color: #7990FC; }

 a { background-color: rgb(121,144,252); }

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

border-color css

<style>
 span { border-color: #7990FC; }

 span { border-color: rgb(121,144,252); }

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