#7299D0

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

Shades of Jordy Blue #7299D0

Tints of Jordy Blue #7299D0

Color information

#7299D0 (or 0x7299D0) is unknown color: approx Jordy Blue. HEX triplet: 72, 99 and D0. RGB value is (114,153,208). Sum of RGB (Red+Green+Blue) = 114+153+208=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #7299D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299D0 is #8D662F. Grayscale: #939393. Windows color (decimal): -9266736 or 13670770. OLE color: 13670770.

HSL color Cylindrical-coordinate representation of color #7299D0: hue angle of 215.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7299D0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114153208-
CMYK0.450.2600.18
HSL215.11º50%63.14%-
HSV(B)215.11º45.19%81.57%-
XYZ29.7230.9164.08-
YUV147.61162.08104.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=24%
G=32.21%
B=43.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141532080.450.2600.18215.115063.14
Hex7299D02D1A012d7323f
Octal16223132055320223276277
Binary111001010011001110100001011011101001001011010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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