#7299D3

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

Shades of Jordy Blue #7299D3

Tints of Jordy Blue #7299D3

Color information

#7299D3 (or 0x7299D3) is unknown color: approx Jordy Blue. HEX triplet: 72, 99 and D3. RGB value is (114,153,211). Sum of RGB (Red+Green+Blue) = 114+153+211=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #7299D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299D3 is #8D662C. Grayscale: #939393. Windows color (decimal): -9266733 or 13867378. OLE color: 13867378.

HSL color Cylindrical-coordinate representation of color #7299D3: hue angle of 215.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7299D3 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114153211-
CMYK0.460.2700.17
HSL215.88º52.43%63.73%-
HSV(B)215.88º45.97%82.75%-
XYZ30.0931.0666.04-
YUV147.95163.58103.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 211 (82.81% from 255) = 44.14%
R=23.85%
G=32.01%
B=44.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141532110.460.2700.17215.8852.4363.73
Hex7299D32E1B011d83440
Octal162231323563302133064100
Binary1110010100110011101001110111011011010001110110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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