Html Css Color HEX #768DFE Cornflower Blue

📋 copy color: '#768DFE'

red 118 ◦ green 141 ◦ blue 254

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

Shades of Cornflower Blue #768DFE

Tints of Cornflower Blue #768DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 23%
G = 27.49%
B = 49.51%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#768DFE (or 0x768DFE) is known color: Cornflower Blue. HEX triplet: 76, 8D and FE. RGB value is (118,141,254). Sum of RGB (Red+Green+Blue) = 118+141+254=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #768DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DFE is #897201. Grayscale: #929292. Windows color (decimal): -9007618 or 16682358. OLE color: 16682358.

HSL color Cylindrical-coordinate representation of color #768DFE: hue angle of 229.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768DFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 141 254 -
CMYK 0.54 0.44 0 0.00
HSL 229.85º 0.99% 0.73% -
HSV(B) 229.85º 0.54% 1% -
XYZ 34.89 30.06 97.73 -
YUV 147.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 118 141 254 0.54 0.44 0 0.00 229.85 0.99 0.73
Hex 76 8D FE 36 2C 0 0 E6 63 49
Octal 166 215 376 66 54 0 0 346 143 111
Binary 1110110 10001101 11111110 110110 101100 0 0 11100110 1100011 1001001

Color Harmonies of #768DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DFE

Black with #768DFE

Text Example


Text Example

White with #768DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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