#768CED

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

Shades of Cornflower Blue #768CED

Tints of Cornflower Blue #768CED

Color information

#768CED (or 0x768CED) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8C and ED. RGB value is (118,140,237). Sum of RGB (Red+Green+Blue) = 118+140+237=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #768CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CED is #897312. Grayscale: #909090. Windows color (decimal): -9007891 or 15567990. OLE color: 15567990.

HSL color Cylindrical-coordinate representation of color #768CED: hue angle of 228.91º 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 #768CED is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118140237-
CMYK0.500.4100.07
HSL228.91º76.77%69.61%-
HSV(B)228.91º50.21%92.94%-
XYZ32.1428.7283.97-
YUV144.48180.21109.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=23.84%
G=28.28%
B=47.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181402370.500.4100.07228.9176.7769.61
Hex768CED322907e54d46
Octal166214355625107345115106
Binary1110110100011001110110111001010100101111110010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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