Html Css Color HEX #768DFB Cornflower Blue

📋 copy color: '#768DFB'

red 118 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #768DFB

Tints of Cornflower Blue #768DFB

RGB

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

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

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

R = 23.14%
G = 27.65%
B = 49.22%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#768DFB (or 0x768DFB) is known color: Cornflower Blue. HEX triplet: 76, 8D and FB. RGB value is (118,141,251). Sum of RGB (Red+Green+Blue) = 118+141+251=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #768DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DFB is #897204. Grayscale: #929292. Windows color (decimal): -9007621 or 16485750. OLE color: 16485750.

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

Color convert

RGB 118 141 251 -
CMYK 0.53 0.44 0 0.02
HSL 229.62º 0.94% 0.72% -
HSV(B) 229.62º 0.53% 0.98% -
XYZ 34.41 29.87 95.22 -
YUV 146.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 118 141 251 0.53 0.44 0 0.02 229.62 0.94 0.72
Hex 76 8D FB 35 2C 0 2 E6 5E 48
Octal 166 215 373 65 54 0 2 346 136 110
Binary 1110110 10001101 11111011 110101 101100 0 10 11100110 1011110 1001000

Color Harmonies of #768DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DFB

Black with #768DFB

Text Example


Text Example

White with #768DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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