Html Css Color HEX #768EE2 Cornflower Blue

📋 copy color: '#768EE2'

red 118 ◦ green 142 ◦ blue 226

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

Shades of Cornflower Blue #768EE2

Tints of Cornflower Blue #768EE2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

 BLUE value IS 226 (88.67% from 255) = 46.5%

R = 24.28%
G = 29.22%
B = 46.5%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#768EE2 (or 0x768EE2) is known color: Cornflower Blue. HEX triplet: 76, 8E and E2. RGB value is (118,142,226). Sum of RGB (Red+Green+Blue) = 118+142+226=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #768EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EE2 is #89711D. Grayscale: #909090. Windows color (decimal): -9007390 or 14847606. OLE color: 14847606.

HSL color Cylindrical-coordinate representation of color #768EE2: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768EE2 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 142 226 -
CMYK 0.48 0.37 0 0.11
HSL 226.67º 0.65% 0.67% -
HSV(B) 226.67º 0.48% 0.89% -
XYZ 30.87 28.69 75.86 -
YUV 144.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 118 142 226 0.48 0.37 0 0.11 226.67 0.65 0.67
Hex 76 8E E2 30 25 0 B E3 41 43
Octal 166 216 342 60 45 0 13 343 101 103
Binary 1110110 10001110 11100010 110000 100101 0 1011 11100011 1000001 1000011

Color Harmonies of #768EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EE2

Black with #768EE2

Text Example


Text Example

White with #768EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,226); }

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

background-color css

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

 a { background-color: rgb(118,142,226); }

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

border-color css

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

 span { border-color: rgb(118,142,226); }

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