Html Css Color HEX #768EED Cornflower Blue

📋 copy color: '#768EED'

red 118 ◦ green 142 ◦ blue 237

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

Shades of Cornflower Blue #768EED

Tints of Cornflower Blue #768EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 23.74%
G = 28.57%
B = 47.69%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#768EED (or 0x768EED) is known color: Cornflower Blue. HEX triplet: 76, 8E and ED. RGB value is (118,142,237). Sum of RGB (Red+Green+Blue) = 118+142+237=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #768EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EED is #897112. Grayscale: #919191. Windows color (decimal): -9007379 or 15568502. OLE color: 15568502.

HSL color Cylindrical-coordinate representation of color #768EED: hue angle of 227.9º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768EED is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 142 237 -
CMYK 0.50 0.40 0 0.07
HSL 227.9º 0.77% 0.7% -
HSV(B) 227.9º 0.5% 0.93% -
XYZ 32.43 29.31 84.07 -
YUV 145.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 118 142 237 0.50 0.40 0 0.07 227.9 0.77 0.7
Hex 76 8E ED 32 28 0 7 E4 4D 46
Octal 166 216 355 62 50 0 7 344 115 106
Binary 1110110 10001110 11101101 110010 101000 0 111 11100100 1001101 1000110

Color Harmonies of #768EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EED

Black with #768EED

Text Example


Text Example

White with #768EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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