#768AED

Color #768AED Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #768AED

Tints of Cornflower Blue #768AED

Color information

#768AED (or 0x768AED) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8A and ED. RGB value is (118,138,237). Sum of RGB (Red+Green+Blue) = 118+138+237=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #768AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AED is #897512. Grayscale: #8E8E8E. Windows color (decimal): -9008403 or 15567478. OLE color: 15567478.

HSL color Cylindrical-coordinate representation of color #768AED: hue angle of 229.92º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768AED is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118138237-
CMYK0.500.4200.07
HSL229.92º76.77%69.61%-
HSV(B)229.92º50.21%92.94%-
XYZ31.8528.1483.87-
YUV143.31180.87109.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=23.94%
G=27.99%
B=48.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181382370.500.4200.07229.9276.7769.61
Hex768AED322A07e64d46
Octal166212355625207346115106
Binary1110110100010101110110111001010101001111110011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #768AED;
 }
 .AnyTagClassName
 {
   color: #768AED;
 }
</style>
background-color css

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

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

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

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

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

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