#7283E1

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

Shades of Cornflower Blue #7283E1

Tints of Cornflower Blue #7283E1

Color information

#7283E1 (or 0x7283E1) is unknown color: approx Cornflower Blue. HEX triplet: 72, 83 and E1. RGB value is (114,131,225). Sum of RGB (Red+Green+Blue) = 114+131+225=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #7283E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283E1 is #8D7C1E. Grayscale: #888888. Windows color (decimal): -9272351 or 14779250. OLE color: 14779250.

HSL color Cylindrical-coordinate representation of color #7283E1: hue angle of 230.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7283E1 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114131225-
CMYK0.490.4200.12
HSL230.81º64.91%66.47%-
HSV(B)230.81º49.33%88.24%-
XYZ28.6525.2574.6-
YUV136.63177.87111.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=24.26%
G=27.87%
B=47.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141312250.490.4200.12230.8164.9166.47
Hex7283E1312A0Ce74142
Octal1622033416152014347101102
Binary11100101000001111100001110001101010011001110011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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