#7288FF

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

Shades of Cornflower Blue #7288FF

Tints of Cornflower Blue #7288FF

Color information

#7288FF (or 0x7288FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 88 and FF. RGB value is (114,136,255). Sum of RGB (Red+Green+Blue) = 114+136+255=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #7288FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7288FF is #8D7700. Grayscale: #8E8E8E. Windows color (decimal): -9271041 or 16746610. OLE color: 16746610.

HSL color Cylindrical-coordinate representation of color #7288FF: hue angle of 230.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7288FF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114136255-
CMYK0.550.4700
HSL230.64º100%72.35%-
HSV(B)230.64º55.29%100%-
XYZ33.7928.4198.31-
YUV142.99191.21107.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.57%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 255 (100% from 255) = 50.50%
R=22.57%
G=26.93%
B=50.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141362550.550.4700230.6410072.35
Hex7288FF372F00e76448
Octal162210377675700347144110
Binary11100101000100011111111110111101111001110011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7288FF; }

 p { color: rgb(114,136,255); }

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

<style>
 a { background-color: #7288FF; }

 a { background-color: rgb(114,136,255); }

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

<style>
 span { border-color: #7288FF; }

 span { border-color: rgb(114,136,255); }

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