#768BFD

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

Shades of Cornflower Blue #768BFD

Tints of Cornflower Blue #768BFD

Color information

#768BFD (or 0x768BFD) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8B and FD. RGB value is (118,139,253). Sum of RGB (Red+Green+Blue) = 118+139+253=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #768BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BFD is #897402. Grayscale: #919191. Windows color (decimal): -9008131 or 16616310. OLE color: 16616310.

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

Color convert

RGB118139253-
CMYK0.530.4500.01
HSL230.67º97.12%72.75%-
HSV(B)230.67º53.36%99.22%-
XYZ34.4329.4196.79-
YUV145.72188.54108.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=23.14%
G=27.25%
B=49.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181392530.530.4500.01230.6797.1272.75
Hex768BFD352D01e76149
Octal166213375655501347141111
Binary11101101000101111111101110101101101011110011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,253); }

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

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

 a { background-color: rgb(118,139,253); }

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

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

 span { border-color: rgb(118,139,253); }

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