Html Css Color HEX #768EFD Cornflower Blue

📋 copy color: '#768EFD'

red 118 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #768EFD

Tints of Cornflower Blue #768EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 23%
G = 27.68%
B = 49.32%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#768EFD (or 0x768EFD) is known color: Cornflower Blue. HEX triplet: 76, 8E and FD. RGB value is (118,142,253). Sum of RGB (Red+Green+Blue) = 118+142+253=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #768EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EFD is #897102. Grayscale: #939393. Windows color (decimal): -9007363 or 16617078. OLE color: 16617078.

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

Color convert

RGB 118 142 253 -
CMYK 0.53 0.44 0 0.01
HSL 229.33º 0.97% 0.73% -
HSV(B) 229.33º 0.53% 0.99% -
XYZ 34.87 30.29 96.94 -
YUV 147.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 118 142 253 0.53 0.44 0 0.01 229.33 0.97 0.73
Hex 76 8E FD 35 2C 0 1 E5 61 49
Octal 166 216 375 65 54 0 1 345 141 111
Binary 1110110 10001110 11111101 110101 101100 0 1 11100101 1100001 1001001

Color Harmonies of #768EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EFD

Black with #768EFD

Text Example


Text Example

White with #768EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,253); }

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

background-color css

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

 a { background-color: rgb(118,142,253); }

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

border-color css

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

 span { border-color: rgb(118,142,253); }

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