#758CF1

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

Shades of Cornflower Blue #758CF1

Tints of Cornflower Blue #758CF1

Color information

#758CF1 (or 0x758CF1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8C and F1. RGB value is (117,140,241). Sum of RGB (Red+Green+Blue) = 117+140+241=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #758CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CF1 is #8A730E. Grayscale: #909090. Windows color (decimal): -9073423 or 15830133. OLE color: 15830133.

HSL color Cylindrical-coordinate representation of color #758CF1: hue angle of 228.87º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758CF1 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117140241-
CMYK0.510.4200.05
HSL228.87º81.58%70.2%-
HSV(B)228.87º51.45%94.51%-
XYZ32.5928.8987.08-
YUV144.64182.38108.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 241 (94.53% from 255) = 48.39%
R=23.49%
G=28.11%
B=48.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171402410.510.4200.05228.8781.5870.2
Hex758CF1332A05e55246
Octal165214361635205345122106
Binary1110101100011001111000111001110101001011110010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,140,241); }

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

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

 a { background-color: rgb(117,140,241); }

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

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

 span { border-color: rgb(117,140,241); }

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