Html Css Color HEX #799AF1 Cornflower Blue

📋 copy color: '#799AF1'

red 121 ◦ green 154 ◦ blue 241

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

Shades of Cornflower Blue #799AF1

Tints of Cornflower Blue #799AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 23.45%
G = 29.84%
B = 46.71%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#799AF1 (or 0x799AF1) is known color: Cornflower Blue. HEX triplet: 79, 9A and F1. RGB value is (121,154,241). Sum of RGB (Red+Green+Blue) = 121+154+241=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #799AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AF1 is #86650E. Grayscale: #999999. Windows color (decimal): -8807695 or 15833721. OLE color: 15833721.

HSL color Cylindrical-coordinate representation of color #799AF1: hue angle of 223.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799AF1 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 154 241 -
CMYK 0.50 0.36 0 0.05
HSL 223.5º 0.81% 0.71% -
HSV(B) 223.5º 0.5% 0.95% -
XYZ 35.32 33.53 87.83 -
YUV 154.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 121 154 241 0.50 0.36 0 0.05 223.5 0.81 0.71
Hex 79 9A F1 32 24 0 5 E0 51 47
Octal 171 232 361 62 44 0 5 340 121 107
Binary 1111001 10011010 11110001 110010 100100 0 101 11100000 1010001 1000111

Color Harmonies of #799AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AF1

Black with #799AF1

Text Example


Text Example

White with #799AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799AF1; }

 p { color: rgb(121,154,241); }

 H1.HeaderClassName
 {
   color: #799AF1;
 }
 .AnyTagClassName
 {
   color: #799AF1;
 }
</style>

background-color css

<style>
 a { background-color: #799AF1; }

 a { background-color: rgb(121,154,241); }

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

border-color css

<style>
 span { border-color: #799AF1; }

 span { border-color: rgb(121,154,241); }

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