#7287DB

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

Shades of Cornflower Blue #7287DB

Tints of Cornflower Blue #7287DB

Color information

#7287DB (or 0x7287DB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 87 and DB. RGB value is (114,135,219). Sum of RGB (Red+Green+Blue) = 114+135+219=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7287DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287DB is #8D7824. Grayscale: #898989. Windows color (decimal): -9271333 or 14387058. OLE color: 14387058.

HSL color Cylindrical-coordinate representation of color #7287DB: hue angle of 228º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7287DB is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114135219-
CMYK0.480.3800.14
HSL228º59.32%65.29%-
HSV(B)228º47.95%85.88%-
XYZ28.3926.0270.54-
YUV138.3173.54110.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.36%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 219 (85.94% from 255) = 46.79%
R=24.36%
G=28.85%
B=46.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141352190.480.3800.1422859.3265.29
Hex7287DB30260Ee43b41
Octal162207333604601634473101
Binary1110010100001111101101111000010011001110111001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7287DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7287DB; }

 p { color: rgb(114,135,219); }

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

<style>
 a { background-color: #7287DB; }

 a { background-color: rgb(114,135,219); }

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

<style>
 span { border-color: #7287DB; }

 span { border-color: rgb(114,135,219); }

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