#758FFB

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

Shades of Cornflower Blue #758FFB

Tints of Cornflower Blue #758FFB

Color information

#758FFB (or 0x758FFB) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8F and FB. RGB value is (117,143,251). Sum of RGB (Red+Green+Blue) = 117+143+251=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #758FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FFB is #8A7004. Grayscale: #939393. Windows color (decimal): -9072645 or 16486261. OLE color: 16486261.

HSL color Cylindrical-coordinate representation of color #758FFB: hue angle of 228.36º degrees, saturation: 0.94, 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 #758FFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117143251-
CMYK0.530.4300.02
HSL228.36º94.37%72.16%-
HSV(B)228.36º53.39%98.43%-
XYZ34.5730.3995.31-
YUV147.54186.39106.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=22.90%
G=27.98%
B=49.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171432510.530.4300.02228.3694.3772.16
Hex758FFB352B02e45e48
Octal165217373655302344136110
Binary111010110001111111110111101011010110101110010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,143,251); }

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

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

 a { background-color: rgb(117,143,251); }

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

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

 span { border-color: rgb(117,143,251); }

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