#7583F1

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

Shades of Cornflower Blue #7583F1

Tints of Cornflower Blue #7583F1

Color information

#7583F1 (or 0x7583F1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 83 and F1. RGB value is (117,131,241). Sum of RGB (Red+Green+Blue) = 117+131+241=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #7583F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7583F1 is #8A7C0E. Grayscale: #8A8A8A. Windows color (decimal): -9075727 or 15827829. OLE color: 15827829.

HSL color Cylindrical-coordinate representation of color #7583F1: hue angle of 233.23º 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 #7583F1 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117131241-
CMYK0.510.4600.05
HSL233.23º81.58%70.2%-
HSV(B)233.23º51.45%94.51%-
XYZ31.3326.3786.66-
YUV139.35185.36112.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=23.93%
G=26.79%
B=49.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171312410.510.4600.05233.2381.5870.2
Hex7583F1332E05e95246
Octal165203361635605351122106
Binary1110101100000111111000111001110111001011110100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7583F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7583F1; }

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

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

<style>
 a { background-color: #7583F1; }

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

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

<style>
 span { border-color: #7583F1; }

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

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