Html Css Color HEX #768CFB Cornflower Blue

📋 copy color: '#768CFB'

red 118 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #768CFB

Tints of Cornflower Blue #768CFB

RGB

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

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

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

R = 23.18%
G = 27.5%
B = 49.31%

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

#768CFB (or 0x768CFB) is known color: Cornflower Blue. HEX triplet: 76, 8C and FB. RGB value is (118,140,251). Sum of RGB (Red+Green+Blue) = 118+140+251=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #768CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CFB is #897304. Grayscale: #919191. Windows color (decimal): -9007877 or 16485494. OLE color: 16485494.

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

Color convert

RGB 118 140 251 -
CMYK 0.53 0.44 0 0.02
HSL 230.08º 0.94% 0.72% -
HSV(B) 230.08º 0.53% 0.98% -
XYZ 34.26 29.57 95.17 -
YUV 146.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 118 140 251 0.53 0.44 0 0.02 230.08 0.94 0.72
Hex 76 8C FB 35 2C 0 2 E6 5E 48
Octal 166 214 373 65 54 0 2 346 136 110
Binary 1110110 10001100 11111011 110101 101100 0 10 11100110 1011110 1001000

Color Harmonies of #768CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CFB

Black with #768CFB

Text Example


Text Example

White with #768CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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