Html Css Color HEX #768EEF Cornflower Blue

📋 copy color: '#768EEF'

red 118 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #768EEF

Tints of Cornflower Blue #768EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 23.65%
G = 28.46%
B = 47.9%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#768EEF (or 0x768EEF) is known color: Cornflower Blue. HEX triplet: 76, 8E and EF. RGB value is (118,142,239). Sum of RGB (Red+Green+Blue) = 118+142+239=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #768EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EEF is #897110. Grayscale: #919191. Windows color (decimal): -9007377 or 15699574. OLE color: 15699574.

HSL color Cylindrical-coordinate representation of color #768EEF: hue angle of 228.1º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #768EEF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 142 239 -
CMYK 0.51 0.41 0 0.06
HSL 228.1º 0.79% 0.7% -
HSV(B) 228.1º 0.51% 0.94% -
XYZ 32.72 29.43 85.62 -
YUV 145.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 118 142 239 0.51 0.41 0 0.06 228.1 0.79 0.7
Hex 76 8E EF 33 29 0 6 E4 4F 46
Octal 166 216 357 63 51 0 6 344 117 106
Binary 1110110 10001110 11101111 110011 101001 0 110 11100100 1001111 1000110

Color Harmonies of #768EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EEF

Black with #768EEF

Text Example


Text Example

White with #768EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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