Html Css Color HEX #769EEC Cornflower Blue

📋 copy color: '#769EEC'

red 118 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #769EEC

Tints of Cornflower Blue #769EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 23.05%
G = 30.86%
B = 46.09%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#769EEC (or 0x769EEC) is known color: Cornflower Blue. HEX triplet: 76, 9E and EC. RGB value is (118,158,236). Sum of RGB (Red+Green+Blue) = 118+158+236=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #769EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EEC is #896113. Grayscale: #9A9A9A. Windows color (decimal): -9003284 or 15507062. OLE color: 15507062.

HSL color Cylindrical-coordinate representation of color #769EEC: hue angle of 219.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769EEC is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 158 236 -
CMYK 0.5 0.33 0 0.07
HSL 219.66º 0.76% 0.69% -
HSV(B) 219.66º 0.5% 0.93% -
XYZ 34.84 34.36 84.15 -
YUV 154.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 118 158 236 0.5 0.33 0 0.07 219.66 0.76 0.69
Hex 76 9E EC 32 21 0 7 DC 4C 45
Octal 166 236 354 62 41 0 7 334 114 105
Binary 1110110 10011110 11101100 110010 100001 0 111 11011100 1001100 1000101

Color Harmonies of #769EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EEC

Black with #769EEC

Text Example


Text Example

White with #769EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,236); }

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

background-color css

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

 a { background-color: rgb(118,158,236); }

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

border-color css

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

 span { border-color: rgb(118,158,236); }

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