#7283DD

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

Shades of Cornflower Blue #7283DD

Tints of Cornflower Blue #7283DD

Color information

#7283DD (or 0x7283DD) is unknown color: approx Cornflower Blue. HEX triplet: 72, 83 and DD. RGB value is (114,131,221). Sum of RGB (Red+Green+Blue) = 114+131+221=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #7283DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283DD is #8D7C22. Grayscale: #878787. Windows color (decimal): -9272355 or 14517106. OLE color: 14517106.

HSL color Cylindrical-coordinate representation of color #7283DD: hue angle of 230.47º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7283DD is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114131221-
CMYK0.480.4100.13
HSL230.47º61.14%65.69%-
HSV(B)230.47º48.42%86.67%-
XYZ28.1125.0371.76-
YUV136.18175.87112.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=24.46%
G=28.11%
B=47.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141312210.480.4100.13230.4761.1465.69
Hex7283DD30290De63d42
Octal162203335605101534675102
Binary1110010100000111101110111000010100101101111001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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