#7299CC

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

Shades of Jordy Blue #7299CC

Tints of Jordy Blue #7299CC

Color information

#7299CC (or 0x7299CC) is unknown color: approx Jordy Blue. HEX triplet: 72, 99 and CC. RGB value is (114,153,204). Sum of RGB (Red+Green+Blue) = 114+153+204=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7299CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299CC is #8D6633. Grayscale: #929292. Windows color (decimal): -9266740 or 13408626. OLE color: 13408626.

HSL color Cylindrical-coordinate representation of color #7299CC: hue angle of 214º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7299CC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB114153204-
CMYK0.440.2500.2
HSL214º46.88%62.35%-
HSV(B)214º44.12%80%-
XYZ29.2330.7261.52-
YUV147.15160.08104.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=24.20%
G=32.48%
B=43.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141532040.440.2500.221446.8862.35
Hex7299CC2C19014d62f3e
Octal16223131454310243265776
Binary111001010011001110011001011001100101010011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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