Html Css Color HEX #768AEA Cornflower Blue

📋 copy color: '#768AEA'

red 118 ◦ green 138 ◦ blue 234

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

Shades of Cornflower Blue #768AEA

Tints of Cornflower Blue #768AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 24.08%
G = 28.16%
B = 47.76%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#768AEA (or 0x768AEA) is known color: Cornflower Blue. HEX triplet: 76, 8A and EA. RGB value is (118,138,234). Sum of RGB (Red+Green+Blue) = 118+138+234=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #768AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AEA is #897515. Grayscale: #8E8E8E. Windows color (decimal): -9008406 or 15370870. OLE color: 15370870.

HSL color Cylindrical-coordinate representation of color #768AEA: hue angle of 229.66º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768AEA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 138 234 -
CMYK 0.50 0.41 0 0.08
HSL 229.66º 0.73% 0.69% -
HSV(B) 229.66º 0.5% 0.92% -
XYZ 31.41 27.97 81.58 -
YUV 142.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 118 138 234 0.50 0.41 0 0.08 229.66 0.73 0.69
Hex 76 8A EA 32 29 0 8 E6 49 45
Octal 166 212 352 62 51 0 10 346 111 105
Binary 1110110 10001010 11101010 110010 101001 0 1000 11100110 1001001 1000101

Color Harmonies of #768AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AEA

Black with #768AEA

Text Example


Text Example

White with #768AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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