Html Css Color HEX #768EEB Cornflower Blue

📋 copy color: '#768EEB'

red 118 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #768EEB

Tints of Cornflower Blue #768EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 23.84%
G = 28.69%
B = 47.47%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#768EEB (or 0x768EEB) is known color: Cornflower Blue. HEX triplet: 76, 8E and EB. RGB value is (118,142,235). Sum of RGB (Red+Green+Blue) = 118+142+235=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #768EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EEB is #897114. Grayscale: #919191. Windows color (decimal): -9007381 or 15437430. OLE color: 15437430.

HSL color Cylindrical-coordinate representation of color #768EEB: hue angle of 227.69º degrees, saturation: 0.75, 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 #768EEB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 142 235 -
CMYK 0.50 0.40 0 0.08
HSL 227.69º 0.75% 0.69% -
HSV(B) 227.69º 0.5% 0.92% -
XYZ 32.14 29.2 82.54 -
YUV 145.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 118 142 235 0.50 0.40 0 0.08 227.69 0.75 0.69
Hex 76 8E EB 32 28 0 8 E4 4B 45
Octal 166 216 353 62 50 0 10 344 113 105
Binary 1110110 10001110 11101011 110010 101000 0 1000 11100100 1001011 1000101

Color Harmonies of #768EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EEB

Black with #768EEB

Text Example


Text Example

White with #768EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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