Html Css Color HEX #768EE7 Cornflower Blue

📋 copy color: '#768EE7'

red 118 ◦ green 142 ◦ blue 231

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

Shades of Cornflower Blue #768EE7

Tints of Cornflower Blue #768EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.05%

R = 24.03%
G = 28.92%
B = 47.05%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#768EE7 (or 0x768EE7) is known color: Cornflower Blue. HEX triplet: 76, 8E and E7. RGB value is (118,142,231). Sum of RGB (Red+Green+Blue) = 118+142+231=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #768EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EE7 is #897118. Grayscale: #909090. Windows color (decimal): -9007385 or 15175286. OLE color: 15175286.

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

Color convert

RGB 118 142 231 -
CMYK 0.49 0.39 0 0.09
HSL 227.26º 0.7% 0.68% -
HSV(B) 227.26º 0.49% 0.91% -
XYZ 31.57 28.97 79.53 -
YUV 144.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 118 142 231 0.49 0.39 0 0.09 227.26 0.7 0.68
Hex 76 8E E7 31 27 0 9 E3 46 44
Octal 166 216 347 61 47 0 11 343 106 104
Binary 1110110 10001110 11100111 110001 100111 0 1001 11100011 1000110 1000100

Color Harmonies of #768EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EE7

Black with #768EE7

Text Example


Text Example

White with #768EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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