Html Css Color HEX #768BEC Cornflower Blue

📋 copy color: '#768BEC'

red 118 ◦ green 139 ◦ blue 236

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

Shades of Cornflower Blue #768BEC

Tints of Cornflower Blue #768BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 23.94%
G = 28.19%
B = 47.87%

CMYK

 C value IS 0.5

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#768BEC (or 0x768BEC) is known color: Cornflower Blue. HEX triplet: 76, 8B and EC. RGB value is (118,139,236). Sum of RGB (Red+Green+Blue) = 118+139+236=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #768BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BEC is #897413. Grayscale: #8F8F8F. Windows color (decimal): -9008148 or 15502198. OLE color: 15502198.

HSL color Cylindrical-coordinate representation of color #768BEC: hue angle of 229.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768BEC is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 139 236 -
CMYK 0.5 0.41 0 0.07
HSL 229.32º 0.76% 0.69% -
HSV(B) 229.32º 0.5% 0.93% -
XYZ 31.84 28.37 83.16 -
YUV 143.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 118 139 236 0.5 0.41 0 0.07 229.32 0.76 0.69
Hex 76 8B EC 32 29 0 7 E5 4C 45
Octal 166 213 354 62 51 0 7 345 114 105
Binary 1110110 10001011 11101100 110010 101001 0 111 11100101 1001100 1000101

Color Harmonies of #768BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BEC

Black with #768BEC

Text Example


Text Example

White with #768BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,139,236); }

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

background-color css

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

 a { background-color: rgb(118,139,236); }

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

border-color css

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

 span { border-color: rgb(118,139,236); }

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