#7499D6

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

Shades of Jordy Blue #7499D6

Tints of Jordy Blue #7499D6

Color information

#7499D6 (or 0x7499D6) is unknown color: approx Jordy Blue. HEX triplet: 74, 99 and D6. RGB value is (116,153,214). Sum of RGB (Red+Green+Blue) = 116+153+214=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #7499D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499D6 is #8B6629. Grayscale: #949494. Windows color (decimal): -9135658 or 14063988. OLE color: 14063988.

HSL color Cylindrical-coordinate representation of color #7499D6: hue angle of 217.35º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7499D6 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116153214-
CMYK0.460.2900.16
HSL217.35º54.44%64.71%-
HSV(B)217.35º45.79%83.92%-
XYZ30.7331.3568.05-
YUV148.89164.74104.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.02%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 214 (83.98% from 255) = 44.31%
R=24.02%
G=31.68%
B=44.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161532140.460.2900.16217.3554.4464.71
Hex7499D62E1D010d93641
Octal164231326563502033166101
Binary1110100100110011101011010111011101010000110110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7499D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7499D6; }

 p { color: rgb(116,153,214); }

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

<style>
 a { background-color: #7499D6; }

 a { background-color: rgb(116,153,214); }

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

<style>
 span { border-color: #7499D6; }

 span { border-color: rgb(116,153,214); }

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