Html Css Color HEX #768FEC Cornflower Blue

📋 copy color: '#768FEC'

red 118 ◦ green 143 ◦ blue 236

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

Shades of Cornflower Blue #768FEC

Tints of Cornflower Blue #768FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

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

R = 23.74%
G = 28.77%
B = 47.48%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#768FEC (or 0x768FEC) is known color: Cornflower Blue. HEX triplet: 76, 8F and EC. RGB value is (118,143,236). Sum of RGB (Red+Green+Blue) = 118+143+236=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #768FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FEC is #897013. Grayscale: #919191. Windows color (decimal): -9007124 or 15503222. OLE color: 15503222.

HSL color Cylindrical-coordinate representation of color #768FEC: hue angle of 227.29º 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 #768FEC is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 143 236 -
CMYK 0.5 0.39 0 0.07
HSL 227.29º 0.76% 0.69% -
HSV(B) 227.29º 0.5% 0.93% -
XYZ 32.43 29.55 83.35 -
YUV 146.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 118 143 236 0.5 0.39 0 0.07 227.29 0.76 0.69
Hex 76 8F EC 32 27 0 7 E3 4C 45
Octal 166 217 354 62 47 0 7 343 114 105
Binary 1110110 10001111 11101100 110010 100111 0 111 11100011 1001100 1000101

Color Harmonies of #768FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FEC

Black with #768FEC

Text Example


Text Example

White with #768FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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