Html Css Color HEX #768DFC Cornflower Blue

📋 copy color: '#768DFC'

red 118 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #768DFC

Tints of Cornflower Blue #768DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 23.09%
G = 27.59%
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

#768DFC (or 0x768DFC) is known color: Cornflower Blue. HEX triplet: 76, 8D and FC. RGB value is (118,141,252). Sum of RGB (Red+Green+Blue) = 118+141+252=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #768DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DFC is #897203. Grayscale: #929292. Windows color (decimal): -9007620 or 16551286. OLE color: 16551286.

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

Color convert

RGB 118 141 252 -
CMYK 0.53 0.44 0 0.01
HSL 229.7º 0.96% 0.73% -
HSV(B) 229.7º 0.53% 0.99% -
XYZ 34.57 29.93 96.05 -
YUV 146.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 118 141 252 0.53 0.44 0 0.01 229.7 0.96 0.73
Hex 76 8D FC 35 2C 0 1 E6 60 49
Octal 166 215 374 65 54 0 1 346 140 111
Binary 1110110 10001101 11111100 110101 101100 0 1 11100110 1100000 1001001

Color Harmonies of #768DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DFC

Black with #768DFC

Text Example


Text Example

White with #768DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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