Html Css Color HEX #768CFF Cornflower Blue

📋 copy color: '#768CFF'

red 118 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #768CFF

Tints of Cornflower Blue #768CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 23%
G = 27.29%
B = 49.71%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#768CFF (or 0x768CFF) is known color: Cornflower Blue. HEX triplet: 76, 8C and FF. RGB value is (118,140,255). Sum of RGB (Red+Green+Blue) = 118+140+255=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #768CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CFF is #897300. Grayscale: #929292. Windows color (decimal): -9007873 or 16747638. OLE color: 16747638.

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

Color convert

RGB 118 140 255 -
CMYK 0.54 0.45 0 0
HSL 230.37º 1% 0.73% -
HSV(B) 230.37º 0.54% 1% -
XYZ 34.9 29.83 98.53 -
YUV 146.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 118 140 255 0.54 0.45 0 0 230.37 1 0.73
Hex 76 8C FF 36 2D 0 0 E6 64 49
Octal 166 214 377 66 55 0 0 346 144 111
Binary 1110110 10001100 11111111 110110 101101 0 0 11100110 1100100 1001001

Color Harmonies of #768CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CFF

Black with #768CFF

Text Example


Text Example

White with #768CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,140,255); }

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

background-color css

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

 a { background-color: rgb(118,140,255); }

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

border-color css

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

 span { border-color: rgb(118,140,255); }

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