Html Css Color HEX #768EFB Cornflower Blue

📋 copy color: '#768EFB'

red 118 ◦ green 142 ◦ blue 251

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

Shades of Cornflower Blue #768EFB

Tints of Cornflower Blue #768EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 23.09%
G = 27.79%
B = 49.12%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#768EFB (or 0x768EFB) is known color: Cornflower Blue. HEX triplet: 76, 8E and FB. RGB value is (118,142,251). Sum of RGB (Red+Green+Blue) = 118+142+251=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #768EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EFB is #897104. Grayscale: #929292. Windows color (decimal): -9007365 or 16486006. OLE color: 16486006.

HSL color Cylindrical-coordinate representation of color #768EFB: hue angle of 229.17º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768EFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 142 251 -
CMYK 0.53 0.43 0 0.02
HSL 229.17º 0.94% 0.72% -
HSV(B) 229.17º 0.53% 0.98% -
XYZ 34.56 30.16 95.27 -
YUV 147.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 118 142 251 0.53 0.43 0 0.02 229.17 0.94 0.72
Hex 76 8E FB 35 2B 0 2 E5 5E 48
Octal 166 216 373 65 53 0 2 345 136 110
Binary 1110110 10001110 11111011 110101 101011 0 10 11100101 1011110 1001000

Color Harmonies of #768EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EFB

Black with #768EFB

Text Example


Text Example

White with #768EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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