Html Css Color HEX #768FFE Cornflower Blue

📋 copy color: '#768FFE'

red 118 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #768FFE

Tints of Cornflower Blue #768FFE

RGB

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

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

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

R = 22.91%
G = 27.77%
B = 49.32%

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

#768FFE (or 0x768FFE) is known color: Cornflower Blue. HEX triplet: 76, 8F and FE. RGB value is (118,143,254). Sum of RGB (Red+Green+Blue) = 118+143+254=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #768FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FFE is #897001. Grayscale: #939393. Windows color (decimal): -9007106 or 16682870. OLE color: 16682870.

HSL color Cylindrical-coordinate representation of color #768FFE: hue angle of 228.97º 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 #768FFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 143 254 -
CMYK 0.54 0.44 0 0.00
HSL 228.97º 0.99% 0.73% -
HSV(B) 228.97º 0.54% 1% -
XYZ 35.18 30.65 97.83 -
YUV 148.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 118 143 254 0.54 0.44 0 0.00 228.97 0.99 0.73
Hex 76 8F FE 36 2C 0 0 E5 63 49
Octal 166 217 376 66 54 0 0 345 143 111
Binary 1110110 10001111 11111110 110110 101100 0 0 11100101 1100011 1001001

Color Harmonies of #768FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FFE

Black with #768FFE

Text Example


Text Example

White with #768FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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