Html Css Color HEX #7691F8 Cornflower Blue

📋 copy color: '#7691F8'

red 118 ◦ green 145 ◦ blue 248

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

Shades of Cornflower Blue #7691F8

Tints of Cornflower Blue #7691F8

RGB

 RED value IS 118 (46.48% from 255) = 23.09%

 GREEN value IS 145 (57.03% from 255) = 28.38%

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

R = 23.09%
G = 28.38%
B = 48.53%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7691F8 (or 0x7691F8) is known color: Cornflower Blue. HEX triplet: 76, 91 and F8. RGB value is (118,145,248). Sum of RGB (Red+Green+Blue) = 118+145+248=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #7691F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7691F8 is #896E07. Grayscale: #949494. Windows color (decimal): -9006600 or 16290166. OLE color: 16290166.

HSL color Cylindrical-coordinate representation of color #7691F8: hue angle of 227.54º 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 #7691F8 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 145 248 -
CMYK 0.52 0.42 0 0.03
HSL 227.54º 0.9% 0.72% -
HSV(B) 227.54º 0.52% 0.97% -
XYZ 34.54 30.88 92.95 -
YUV 148.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 118 145 248 0.52 0.42 0 0.03 227.54 0.9 0.72
Hex 76 91 F8 34 2A 0 3 E4 5A 48
Octal 166 221 370 64 52 0 3 344 132 110
Binary 1110110 10010001 11111000 110100 101010 0 11 11100100 1011010 1001000

Color Harmonies of #7691F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691F8

Black with #7691F8

Text Example


Text Example

White with #7691F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7691F8; }

 p { color: rgb(118,145,248); }

 H1.HeaderClassName
 {
   color: #7691F8;
 }
 .AnyTagClassName
 {
   color: #7691F8;
 }
</style>

background-color css

<style>
 a { background-color: #7691F8; }

 a { background-color: rgb(118,145,248); }

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

border-color css

<style>
 span { border-color: #7691F8; }

 span { border-color: rgb(118,145,248); }

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