#758AF3

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

Shades of Cornflower Blue #758AF3

Tints of Cornflower Blue #758AF3

Color information

#758AF3 (or 0x758AF3) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8A and F3. RGB value is (117,138,243). Sum of RGB (Red+Green+Blue) = 117+138+243=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #758AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AF3 is #8A750C. Grayscale: #8F8F8F. Windows color (decimal): -9073933 or 15960693. OLE color: 15960693.

HSL color Cylindrical-coordinate representation of color #758AF3: hue angle of 230º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758AF3 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117138243-
CMYK0.520.4300.05
HSL230º84%70.59%-
HSV(B)230º51.85%95.29%-
XYZ32.628.4388.56-
YUV143.69184.04108.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 243 (95.31% from 255) = 48.80%
R=23.49%
G=27.71%
B=48.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171382430.520.4300.052308470.59
Hex758AF3342B05e65447
Octal165212363645305346124107
Binary1110101100010101111001111010010101101011110011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758AF3; }

 p { color: rgb(117,138,243); }

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

<style>
 a { background-color: #758AF3; }

 a { background-color: rgb(117,138,243); }

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

<style>
 span { border-color: #758AF3; }

 span { border-color: rgb(117,138,243); }

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