#7382F1

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

Shades of Cornflower Blue #7382F1

Tints of Cornflower Blue #7382F1

Color information

#7382F1 (or 0x7382F1) is unknown color: approx Cornflower Blue. HEX triplet: 73, 82 and F1. RGB value is (115,130,241). Sum of RGB (Red+Green+Blue) = 115+130+241=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #7382F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7382F1 is #8C7D0E. Grayscale: #898989. Windows color (decimal): -9207055 or 15827571. OLE color: 15827571.

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

Color convert

RGB115130241-
CMYK0.520.4600.05
HSL232.86º81.82%69.8%-
HSV(B)232.86º52.28%94.51%-
XYZ30.9325.9686.6-
YUV138.17186.03111.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 241 (94.53% from 255) = 49.59%
R=23.66%
G=26.75%
B=49.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151302410.520.4600.05232.8681.8269.8
Hex7382F1342E05e95246
Octal163202361645605351122106
Binary1110011100000101111000111010010111001011110100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7382F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,130,241); }

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

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

 a { background-color: rgb(115,130,241); }

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

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

 span { border-color: rgb(115,130,241); }

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