#7283E5

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

Shades of Cornflower Blue #7283E5

Tints of Cornflower Blue #7283E5

Color information

#7283E5 (or 0x7283E5) is unknown color: approx Cornflower Blue. HEX triplet: 72, 83 and E5. RGB value is (114,131,229). Sum of RGB (Red+Green+Blue) = 114+131+229=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #7283E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283E5 is #8D7C1A. Grayscale: #888888. Windows color (decimal): -9272347 or 15041394. OLE color: 15041394.

HSL color Cylindrical-coordinate representation of color #7283E5: hue angle of 231.13º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7283E5 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114131229-
CMYK0.500.4300.10
HSL231.13º68.86%67.25%-
HSV(B)231.13º50.22%89.8%-
XYZ29.225.4777.51-
YUV137.09179.87111.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 229 (89.84% from 255) = 48.31%
R=24.05%
G=27.64%
B=48.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141312290.500.4300.10231.1368.8667.25
Hex7283E5322B0Ae74543
Octal1622033456253012347105103
Binary11100101000001111100101110010101011010101110011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7283E5; }

 p { color: rgb(114,131,229); }

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

<style>
 a { background-color: #7283E5; }

 a { background-color: rgb(114,131,229); }

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

<style>
 span { border-color: #7283E5; }

 span { border-color: rgb(114,131,229); }

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