#768AFA

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

Shades of Cornflower Blue #768AFA

Tints of Cornflower Blue #768AFA

Color information

#768AFA (or 0x768AFA) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8A and FA. RGB value is (118,138,250). Sum of RGB (Red+Green+Blue) = 118+138+250=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #768AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AFA is #897505. Grayscale: #909090. Windows color (decimal): -9008390 or 16419446. OLE color: 16419446.

HSL color Cylindrical-coordinate representation of color #768AFA: hue angle of 230.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768AFA is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118138250-
CMYK0.530.4500.02
HSL230.91º92.96%72.16%-
HSV(B)230.91º52.8%98.04%-
XYZ33.8228.9394.24-
YUV144.79187.37108.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=23.32%
G=27.27%
B=49.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181382500.530.4500.02230.9192.9672.16
Hex768AFA352D02e75d48
Octal166212372655502347135110
Binary111011010001010111110101101011011010101110011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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