Html Css Color HEX #769DF7 Cornflower Blue

📋 copy color: '#769DF7'

red 118 ◦ green 157 ◦ blue 247

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

Shades of Cornflower Blue #769DF7

Tints of Cornflower Blue #769DF7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 22.61%
G = 30.08%
B = 47.32%

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

#769DF7 (or 0x769DF7) is known color: Cornflower Blue. HEX triplet: 76, 9D and F7. RGB value is (118,157,247). Sum of RGB (Red+Green+Blue) = 118+157+247=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #769DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DF7 is #896208. Grayscale: #9B9B9B. Windows color (decimal): -9003529 or 16227702. OLE color: 16227702.

HSL color Cylindrical-coordinate representation of color #769DF7: hue angle of 221.86º degrees, saturation: 0.89, 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 #769DF7 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 157 247 -
CMYK 0.52 0.36 0 0.03
HSL 221.86º 0.89% 0.72% -
HSV(B) 221.86º 0.52% 0.97% -
XYZ 36.32 34.68 92.78 -
YUV 155.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 118 157 247 0.52 0.36 0 0.03 221.86 0.89 0.72
Hex 76 9D F7 34 24 0 3 DE 59 48
Octal 166 235 367 64 44 0 3 336 131 110
Binary 1110110 10011101 11110111 110100 100100 0 11 11011110 1011001 1001000

Color Harmonies of #769DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DF7

Black with #769DF7

Text Example


Text Example

White with #769DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769DF7; }

 p { color: rgb(118,157,247); }

 H1.HeaderClassName
 {
   color: #769DF7;
 }
 .AnyTagClassName
 {
   color: #769DF7;
 }
</style>

background-color css

<style>
 a { background-color: #769DF7; }

 a { background-color: rgb(118,157,247); }

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

border-color css

<style>
 span { border-color: #769DF7; }

 span { border-color: rgb(118,157,247); }

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