#7292F9

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

Shades of Cornflower Blue #7292F9

Tints of Cornflower Blue #7292F9

Color information

#7292F9 (or 0x7292F9) is unknown color: approx Cornflower Blue. HEX triplet: 72, 92 and F9. RGB value is (114,146,249). Sum of RGB (Red+Green+Blue) = 114+146+249=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #7292F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7292F9 is #8D6D06. Grayscale: #939393. Windows color (decimal): -9268487 or 16355954. OLE color: 16355954.

HSL color Cylindrical-coordinate representation of color #7292F9: hue angle of 225.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7292F9 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114146249-
CMYK0.540.4100.02
HSL225.78º91.84%71.18%-
HSV(B)225.78º54.22%97.65%-
XYZ34.3230.9793.79-
YUV148.17184.9103.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.40%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=22.40%
G=28.68%
B=48.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141462490.540.4100.02225.7891.8471.18
Hex7292F9362902e25c47
Octal162222371665102342134107
Binary111001010010010111110011101101010010101110001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7292F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7292F9; }

 p { color: rgb(114,146,249); }

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

<style>
 a { background-color: #7292F9; }

 a { background-color: rgb(114,146,249); }

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

<style>
 span { border-color: #7292F9; }

 span { border-color: rgb(114,146,249); }

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