#7088DF

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

Shades of Cornflower Blue #7088DF

Tints of Cornflower Blue #7088DF

Color information

#7088DF (or 0x7088DF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 88 and DF. RGB value is (112,136,223). Sum of RGB (Red+Green+Blue) = 112+136+223=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7088DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088DF is #8F7720. Grayscale: #8A8A8A. Windows color (decimal): -9402145 or 14649456. OLE color: 14649456.

HSL color Cylindrical-coordinate representation of color #7088DF: hue angle of 227.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7088DF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112136223-
CMYK0.500.3900.13
HSL227.03º63.43%65.69%-
HSV(B)227.03º49.78%87.45%-
XYZ28.8126.3873.39-
YUV138.74175.55108.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=23.78%
G=28.87%
B=47.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121362230.500.3900.13227.0363.4365.69
Hex7088DF32270De33f42
Octal160210337624701534377102
Binary1110000100010001101111111001010011101101111000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7088DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7088DF; }

 p { color: rgb(112,136,223); }

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

<style>
 a { background-color: #7088DF; }

 a { background-color: rgb(112,136,223); }

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

<style>
 span { border-color: #7088DF; }

 span { border-color: rgb(112,136,223); }

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