#749FCE

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

Shades of Jordy Blue #749FCE

Tints of Jordy Blue #749FCE

Color information

#749FCE (or 0x749FCE) is unknown color: approx Jordy Blue. HEX triplet: 74, 9F and CE. RGB value is (116,159,206). Sum of RGB (Red+Green+Blue) = 116+159+206=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #749FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FCE is #8B6031. Grayscale: #979797. Windows color (decimal): -9134130 or 13541236. OLE color: 13541236.

HSL color Cylindrical-coordinate representation of color #749FCE: hue angle of 211.33º 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 #749FCE is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116159206-
CMYK0.440.2300.19
HSL211.33º47.87%63.14%-
HSV(B)211.33º43.69%80.78%-
XYZ30.7432.9763.14-
YUV151.5158.75102.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=24.12%
G=33.06%
B=42.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161592060.440.2300.19211.3347.8763.14
Hex749FCE2C17013d3303f
Octal16423731654270233236077
Binary111010010011111110011101011001011101001111010011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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