#7296CE

Color #7296CE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7296CE

Tints of Jordy Blue #7296CE

Color information

#7296CE (or 0x7296CE) is unknown color: approx Jordy Blue. HEX triplet: 72, 96 and CE. RGB value is (114,150,206). Sum of RGB (Red+Green+Blue) = 114+150+206=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7296CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296CE is #8D6931. Grayscale: #919191. Windows color (decimal): -9267506 or 13538930. OLE color: 13538930.

HSL color Cylindrical-coordinate representation of color #7296CE: hue angle of 216.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7296CE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114150206-
CMYK0.450.2700.19
HSL216.52º48.42%62.75%-
HSV(B)216.52º44.66%80.78%-
XYZ28.9929.8562.63-
YUV145.62162.07105.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=24.26%
G=31.91%
B=43.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141502060.450.2700.19216.5248.4262.75
Hex7296CE2D1B013d9303f
Octal16222631655330233316077
Binary111001010010110110011101011011101101001111011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7296CE; }

 p { color: rgb(114,150,206); }

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

<style>
 a { background-color: #7296CE; }

 a { background-color: rgb(114,150,206); }

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

<style>
 span { border-color: #7296CE; }

 span { border-color: rgb(114,150,206); }

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