Html Css Color HEX #7992FD Cornflower Blue

📋 copy color: '#7992FD'

red 121 ◦ green 146 ◦ blue 253

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

Shades of Cornflower Blue #7992FD

Tints of Cornflower Blue #7992FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 23.27%
G = 28.08%
B = 48.65%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7992FD (or 0x7992FD) is known color: Cornflower Blue. HEX triplet: 79, 92 and FD. RGB value is (121,146,253). Sum of RGB (Red+Green+Blue) = 121+146+253=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #7992FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7992FD is #866D02. Grayscale: #969696. Windows color (decimal): -8809731 or 16618105. OLE color: 16618105.

HSL color Cylindrical-coordinate representation of color #7992FD: hue angle of 228.64º degrees, saturation: 0.97, 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 #7992FD is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 146 253 -
CMYK 0.52 0.42 0 0.01
HSL 228.64º 0.97% 0.73% -
HSV(B) 228.64º 0.52% 0.99% -
XYZ 35.89 31.71 97.16 -
YUV 150.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 121 146 253 0.52 0.42 0 0.01 228.64 0.97 0.73
Hex 79 92 FD 34 2A 0 1 E5 61 49
Octal 171 222 375 64 52 0 1 345 141 111
Binary 1111001 10010010 11111101 110100 101010 0 1 11100101 1100001 1001001

Color Harmonies of #7992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992FD

Black with #7992FD

Text Example


Text Example

White with #7992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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