#7090D8

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

Shades of Cornflower Blue #7090D8

Tints of Cornflower Blue #7090D8

Color information

#7090D8 (or 0x7090D8) is unknown color: approx Cornflower Blue. HEX triplet: 70, 90 and D8. RGB value is (112,144,216). Sum of RGB (Red+Green+Blue) = 112+144+216=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #7090D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090D8 is #8F6F27. Grayscale: #8E8E8E. Windows color (decimal): -9400104 or 14192752. OLE color: 14192752.

HSL color Cylindrical-coordinate representation of color #7090D8: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7090D8 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112144216-
CMYK0.480.3300.15
HSL221.54º57.14%64.31%-
HSV(B)221.54º48.15%84.71%-
XYZ29.0528.3568.91-
YUV142.64169.4106.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 216 (84.77% from 255) = 45.76%
R=23.73%
G=30.51%
B=45.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121442160.480.3300.15221.5457.1464.31
Hex7090D830210Fde3940
Octal160220330604101733671100
Binary1110000100100001101100011000010000101111110111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7090D8; }

 p { color: rgb(112,144,216); }

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

<style>
 a { background-color: #7090D8; }

 a { background-color: rgb(112,144,216); }

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

<style>
 span { border-color: #7090D8; }

 span { border-color: rgb(112,144,216); }

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