#749DCE

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

Shades of Jordy Blue #749DCE

Tints of Jordy Blue #749DCE

Color information

#749DCE (or 0x749DCE) is unknown color: approx Jordy Blue. HEX triplet: 74, 9D and CE. RGB value is (116,157,206). Sum of RGB (Red+Green+Blue) = 116+157+206=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #749DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DCE is #8B6231. Grayscale: #969696. Windows color (decimal): -9134642 or 13540724. OLE color: 13540724.

HSL color Cylindrical-coordinate representation of color #749DCE: hue angle of 212.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749DCE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116157206-
CMYK0.440.2400.19
HSL212.67º47.87%63.14%-
HSV(B)212.67º43.69%80.78%-
XYZ30.432.2863.02-
YUV150.33159.42103.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=24.22%
G=32.78%
B=43.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161572060.440.2400.19212.6747.8763.14
Hex749DCE2C18013d5303f
Octal16423531654300233256077
Binary111010010011101110011101011001100001001111010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,206); }

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

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

 a { background-color: rgb(116,157,206); }

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

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

 span { border-color: rgb(116,157,206); }

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