Html Css Color HEX #768DEC Cornflower Blue

📋 copy color: '#768DEC'

red 118 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #768DEC

Tints of Cornflower Blue #768DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.48%

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

R = 23.84%
G = 28.48%
B = 47.68%

CMYK

 C value IS 0.5

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#768DEC (or 0x768DEC) is known color: Cornflower Blue. HEX triplet: 76, 8D and EC. RGB value is (118,141,236). Sum of RGB (Red+Green+Blue) = 118+141+236=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #768DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DEC is #897213. Grayscale: #909090. Windows color (decimal): -9007636 or 15502710. OLE color: 15502710.

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

Color convert

RGB 118 141 236 -
CMYK 0.5 0.40 0 0.07
HSL 228.31º 0.76% 0.69% -
HSV(B) 228.31º 0.5% 0.93% -
XYZ 32.14 28.96 83.25 -
YUV 144.95 179.38 108.78 -
System Red Green Blue C M Y K H S L
Decimal 118 141 236 0.5 0.40 0 0.07 228.31 0.76 0.69
Hex 76 8D EC 32 28 0 7 E4 4C 45
Octal 166 215 354 62 50 0 7 344 114 105
Binary 1110110 10001101 11101100 110010 101000 0 111 11100100 1001100 1000101

Color Harmonies of #768DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DEC

Black with #768DEC

Text Example


Text Example

White with #768DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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