Html Css Color HEX #768AE5 Cornflower Blue

📋 copy color: '#768AE5'

red 118 ◦ green 138 ◦ blue 229

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

Shades of Cornflower Blue #768AE5

Tints of Cornflower Blue #768AE5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.45%

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

R = 24.33%
G = 28.45%
B = 47.22%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#768AE5 (or 0x768AE5) is known color: Cornflower Blue. HEX triplet: 76, 8A and E5. RGB value is (118,138,229). Sum of RGB (Red+Green+Blue) = 118+138+229=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #768AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AE5 is #89751A. Grayscale: #8E8E8E. Windows color (decimal): -9008411 or 15043190. OLE color: 15043190.

HSL color Cylindrical-coordinate representation of color #768AE5: hue angle of 229.19º 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 #768AE5 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 138 229 -
CMYK 0.48 0.40 0 0.10
HSL 229.19º 0.68% 0.68% -
HSV(B) 229.19º 0.48% 0.9% -
XYZ 30.7 27.69 77.85 -
YUV 142.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 118 138 229 0.48 0.40 0 0.10 229.19 0.68 0.68
Hex 76 8A E5 30 28 0 A E5 44 44
Octal 166 212 345 60 50 0 12 345 104 104
Binary 1110110 10001010 11100101 110000 101000 0 1010 11100101 1000100 1000100

Color Harmonies of #768AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AE5

Black with #768AE5

Text Example


Text Example

White with #768AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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