Html Css Color HEX #779EF8 Cornflower Blue

📋 copy color: '#779EF8'

red 119 ◦ green 158 ◦ blue 248

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

Shades of Cornflower Blue #779EF8

Tints of Cornflower Blue #779EF8

RGB

 RED value IS 119 (46.88% from 255) = 22.67%

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 22.67%
G = 30.1%
B = 47.24%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#779EF8 (or 0x779EF8) is known color: Cornflower Blue. HEX triplet: 77, 9E and F8. RGB value is (119,158,248). Sum of RGB (Red+Green+Blue) = 119+158+248=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #779EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EF8 is #886107. Grayscale: #9C9C9C. Windows color (decimal): -8937736 or 16293495. OLE color: 16293495.

HSL color Cylindrical-coordinate representation of color #779EF8: hue angle of 221.86º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #779EF8 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 158 248 -
CMYK 0.52 0.36 0 0.03
HSL 221.86º 0.9% 0.72% -
HSV(B) 221.86º 0.52% 0.97% -
XYZ 36.78 35.15 93.65 -
YUV 156.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 119 158 248 0.52 0.36 0 0.03 221.86 0.9 0.72
Hex 77 9E F8 34 24 0 3 DE 5A 48
Octal 167 236 370 64 44 0 3 336 132 110
Binary 1110111 10011110 11111000 110100 100100 0 11 11011110 1011010 1001000

Color Harmonies of #779EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EF8

Black with #779EF8

Text Example


Text Example

White with #779EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779EF8; }

 p { color: rgb(119,158,248); }

 H1.HeaderClassName
 {
   color: #779EF8;
 }
 .AnyTagClassName
 {
   color: #779EF8;
 }
</style>

background-color css

<style>
 a { background-color: #779EF8; }

 a { background-color: rgb(119,158,248); }

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

border-color css

<style>
 span { border-color: #779EF8; }

 span { border-color: rgb(119,158,248); }

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