#75A0EE

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

Shades of Cornflower Blue #75A0EE

Tints of Cornflower Blue #75A0EE

Color information

#75A0EE (or 0x75A0EE) is unknown color: approx Cornflower Blue. HEX triplet: 75, A0 and EE. RGB value is (117,160,238). Sum of RGB (Red+Green+Blue) = 117+160+238=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #75A0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0EE is #8A5F11. Grayscale: #9B9B9B. Windows color (decimal): -9068306 or 15638645. OLE color: 15638645.

HSL color Cylindrical-coordinate representation of color #75A0EE: hue angle of 218.68º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75A0EE is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117160238-
CMYK0.510.3300.07
HSL218.68º78.06%69.61%-
HSV(B)218.68º50.84%93.33%-
XYZ35.3435.185.8-
YUV156.04174.25100.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=22.72%
G=31.07%
B=46.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171602380.510.3300.07218.6878.0669.61
Hex75A0EE332107db4e46
Octal165240356634107333116106
Binary1110101101000001110111011001110000101111101101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A0EE; }

 p { color: rgb(117,160,238); }

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

<style>
 a { background-color: #75A0EE; }

 a { background-color: rgb(117,160,238); }

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

<style>
 span { border-color: #75A0EE; }

 span { border-color: rgb(117,160,238); }

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