#75A0F2

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

Shades of Cornflower Blue #75A0F2

Tints of Cornflower Blue #75A0F2

Color information

#75A0F2 (or 0x75A0F2) is unknown color: approx Cornflower Blue. HEX triplet: 75, A0 and F2. RGB value is (117,160,242). Sum of RGB (Red+Green+Blue) = 117+160+242=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #75A0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0F2 is #8A5F0D. Grayscale: #9C9C9C. Windows color (decimal): -9068302 or 15900789. OLE color: 15900789.

HSL color Cylindrical-coordinate representation of color #75A0F2: hue angle of 219.36º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75A0F2 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117160242-
CMYK0.520.3400.05
HSL219.36º82.78%70.39%-
HSV(B)219.36º51.65%94.9%-
XYZ35.9335.3388.93-
YUV156.49176.2599.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=22.54%
G=30.83%
B=46.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171602420.520.3400.05219.3682.7870.39
Hex75A0F2342205db5346
Octal165240362644205333123106
Binary1110101101000001111001011010010001001011101101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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