Html Css Color HEX #768AFF Cornflower Blue

📋 copy color: '#768AFF'

red 118 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #768AFF

Tints of Cornflower Blue #768AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 23.09%
G = 27.01%
B = 49.9%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#768AFF (or 0x768AFF) is known color: Cornflower Blue. HEX triplet: 76, 8A and FF. RGB value is (118,138,255). Sum of RGB (Red+Green+Blue) = 118+138+255=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #768AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AFF is #897500. Grayscale: #909090. Windows color (decimal): -9008385 or 16747126. OLE color: 16747126.

HSL color Cylindrical-coordinate representation of color #768AFF: hue angle of 231.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768AFF is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 138 255 -
CMYK 0.54 0.46 0 0
HSL 231.24º 1% 0.73% -
HSV(B) 231.24º 0.54% 1% -
XYZ 34.61 29.25 98.43 -
YUV 145.36 189.87 108.49 -
System Red Green Blue C M Y K H S L
Decimal 118 138 255 0.54 0.46 0 0 231.24 1 0.73
Hex 76 8A FF 36 2E 0 0 E7 64 49
Octal 166 212 377 66 56 0 0 347 144 111
Binary 1110110 10001010 11111111 110110 101110 0 0 11100111 1100100 1001001

Color Harmonies of #768AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AFF

Black with #768AFF

Text Example


Text Example

White with #768AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,255); }

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

background-color css

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

 a { background-color: rgb(118,138,255); }

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

border-color css

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

 span { border-color: rgb(118,138,255); }

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