#7092D6

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

Shades of Cornflower Blue #7092D6

Tints of Cornflower Blue #7092D6

Color information

#7092D6 (or 0x7092D6) is unknown color: approx Cornflower Blue. HEX triplet: 70, 92 and D6. RGB value is (112,146,214). Sum of RGB (Red+Green+Blue) = 112+146+214=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #7092D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7092D6 is #8F6D29. Grayscale: #8F8F8F. Windows color (decimal): -9399594 or 14062192. OLE color: 14062192.

HSL color Cylindrical-coordinate representation of color #7092D6: hue angle of 220º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7092D6 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112146214-
CMYK0.480.3200.16
HSL220º55.43%63.92%-
HSV(B)220º47.66%83.92%-
XYZ29.128.8667.65-
YUV143.59167.74105.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=23.73%
G=30.93%
B=45.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121462140.480.3200.1622055.4363.92
Hex7092D63020010dc3740
Octal160222326604002033467100
Binary11100001001001011010110110000100000010000110111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7092D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7092D6; }

 p { color: rgb(112,146,214); }

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

<style>
 a { background-color: #7092D6; }

 a { background-color: rgb(112,146,214); }

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

<style>
 span { border-color: #7092D6; }

 span { border-color: rgb(112,146,214); }

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