Html Css Color HEX #768AE8 Cornflower Blue

📋 copy color: '#768AE8'

red 118 ◦ green 138 ◦ blue 232

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

Shades of Cornflower Blue #768AE8

Tints of Cornflower Blue #768AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 24.18%
G = 28.28%
B = 47.54%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#768AE8 (or 0x768AE8) is known color: Cornflower Blue. HEX triplet: 76, 8A and E8. RGB value is (118,138,232). Sum of RGB (Red+Green+Blue) = 118+138+232=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #768AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AE8 is #897517. Grayscale: #8E8E8E. Windows color (decimal): -9008408 or 15239798. OLE color: 15239798.

HSL color Cylindrical-coordinate representation of color #768AE8: hue angle of 229.47º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768AE8 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 138 232 -
CMYK 0.49 0.41 0 0.09
HSL 229.47º 0.71% 0.69% -
HSV(B) 229.47º 0.49% 0.91% -
XYZ 31.13 27.85 80.08 -
YUV 142.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 118 138 232 0.49 0.41 0 0.09 229.47 0.71 0.69
Hex 76 8A E8 31 29 0 9 E5 47 45
Octal 166 212 350 61 51 0 11 345 107 105
Binary 1110110 10001010 11101000 110001 101001 0 1001 11100101 1000111 1000101

Color Harmonies of #768AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AE8

Black with #768AE8

Text Example


Text Example

White with #768AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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