#749EDE

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

Shades of Jordy Blue #749EDE

Tints of Jordy Blue #749EDE

Color information

#749EDE (or 0x749EDE) is unknown color: approx Jordy Blue. HEX triplet: 74, 9E and DE. RGB value is (116,158,222). Sum of RGB (Red+Green+Blue) = 116+158+222=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #749EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EDE is #8B6121. Grayscale: #989898. Windows color (decimal): -9134370 or 14589556. OLE color: 14589556.

HSL color Cylindrical-coordinate representation of color #749EDE: hue angle of 216.23º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749EDE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116158222-
CMYK0.480.2900.13
HSL216.23º61.63%66.27%-
HSV(B)216.23º47.75%87.06%-
XYZ32.6133.4473.84-
YUV152.74167.09101.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=23.39%
G=31.85%
B=44.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161582220.480.2900.13216.2361.6366.27
Hex749EDE301D0Dd83e42
Octal164236336603501533076102
Binary111010010011110110111101100001110101101110110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749EDE; }

 p { color: rgb(116,158,222); }

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

<style>
 a { background-color: #749EDE; }

 a { background-color: rgb(116,158,222); }

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

<style>
 span { border-color: #749EDE; }

 span { border-color: rgb(116,158,222); }

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