#7299CE

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

Shades of Jordy Blue #7299CE

Tints of Jordy Blue #7299CE

Color information

#7299CE (or 0x7299CE) is unknown color: approx Jordy Blue. HEX triplet: 72, 99 and CE. RGB value is (114,153,206). Sum of RGB (Red+Green+Blue) = 114+153+206=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7299CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299CE is #8D6631. Grayscale: #939393. Windows color (decimal): -9266738 or 13539698. OLE color: 13539698.

HSL color Cylindrical-coordinate representation of color #7299CE: hue angle of 214.57º 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 #7299CE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114153206-
CMYK0.450.2600.19
HSL214.57º48.42%62.75%-
HSV(B)214.57º44.66%80.78%-
XYZ29.4730.8262.79-
YUV147.38161.08104.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=24.10%
G=32.35%
B=43.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141532060.450.2600.19214.5748.4262.75
Hex7299CE2D1A013d7303f
Octal16223131655320233276077
Binary111001010011001110011101011011101001001111010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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