#75a5fe

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

Shades of Cornflower Blue #75A5FE

Tints of Cornflower Blue #75A5FE

Color information

#75A5FE (or 0x75A5FE) is unknown color: approx Cornflower Blue. HEX triplet: 75, A5 and FE. RGB value is (117,165,254). Sum of RGB (Red+Green+Blue) = 117+165+254=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #75A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A5FE is #8A5A01. Grayscale: #A0A0A0. Windows color (decimal): -9067010 or 16688501. OLE color: 16688501.

HSL color Cylindrical-coordinate representation of color #75A5FE: hue angle of 218.98º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75A5FE is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117165254-
CMYK0.540.3500.00
HSL218.98º98.56%72.75%-
HSV(B)218.98º53.94%99.61%-
XYZ38.6837.8599.03-
YUV160.79180.696.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=21.83%
G=30.78%
B=47.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171652540.540.3500.00218.9898.5672.75
Hex75A5FE362300db6349
Octal165245376664300333143111
Binary11101011010010111111110110110100011001101101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75a5fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,165,254); }

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

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

 a { background-color: rgb(117,165,254); }

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

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

 span { border-color: rgb(117,165,254); }

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