Html Css Color HEX #768AE6 Cornflower Blue

📋 copy color: '#768AE6'

red 118 ◦ green 138 ◦ blue 230

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

Shades of Cornflower Blue #768AE6

Tints of Cornflower Blue #768AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 24.28%
G = 28.4%
B = 47.33%

CMYK

 C value IS 0.49

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#768AE6 (or 0x768AE6) is known color: Cornflower Blue. HEX triplet: 76, 8A and E6. RGB value is (118,138,230). Sum of RGB (Red+Green+Blue) = 118+138+230=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #768AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AE6 is #897519. Grayscale: #8E8E8E. Windows color (decimal): -9008410 or 15108726. OLE color: 15108726.

HSL color Cylindrical-coordinate representation of color #768AE6: hue angle of 229.29º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768AE6 is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 138 230 -
CMYK 0.49 0.4 0 0.10
HSL 229.29º 0.69% 0.68% -
HSV(B) 229.29º 0.49% 0.9% -
XYZ 30.84 27.74 78.59 -
YUV 142.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 118 138 230 0.49 0.4 0 0.10 229.29 0.69 0.68
Hex 76 8A E6 31 28 0 A E5 45 44
Octal 166 212 346 61 50 0 12 345 105 104
Binary 1110110 10001010 11100110 110001 101000 0 1010 11100101 1000101 1000100

Color Harmonies of #768AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AE6

Black with #768AE6

Text Example


Text Example

White with #768AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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