Html Css Color HEX #769AE5 Cornflower Blue

📋 copy color: '#769AE5'

red 118 ◦ green 154 ◦ blue 229

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

Shades of Cornflower Blue #769AE5

Tints of Cornflower Blue #769AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.71%

R = 23.55%
G = 30.74%
B = 45.71%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#769AE5 (or 0x769AE5) is known color: Cornflower Blue. HEX triplet: 76, 9A and E5. RGB value is (118,154,229). Sum of RGB (Red+Green+Blue) = 118+154+229=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #769AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AE5 is #89651A. Grayscale: #979797. Windows color (decimal): -9004315 or 15047286. OLE color: 15047286.

HSL color Cylindrical-coordinate representation of color #769AE5: hue angle of 220.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769AE5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 154 229 -
CMYK 0.48 0.33 0 0.10
HSL 220.54º 0.68% 0.68% -
HSV(B) 220.54º 0.48% 0.9% -
XYZ 33.17 32.62 78.68 -
YUV 151.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 118 154 229 0.48 0.33 0 0.10 220.54 0.68 0.68
Hex 76 9A E5 30 21 0 A DD 44 44
Octal 166 232 345 60 41 0 12 335 104 104
Binary 1110110 10011010 11100101 110000 100001 0 1010 11011101 1000100 1000100

Color Harmonies of #769AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AE5

Black with #769AE5

Text Example


Text Example

White with #769AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,229); }

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

background-color css

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

 a { background-color: rgb(118,154,229); }

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

border-color css

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

 span { border-color: rgb(118,154,229); }

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