#749DE3

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

Shades of Jordy Blue #749DE3

Tints of Jordy Blue #749DE3

Color information

#749DE3 (or 0x749DE3) is unknown color: approx Jordy Blue. HEX triplet: 74, 9D and E3. RGB value is (116,157,227). Sum of RGB (Red+Green+Blue) = 116+157+227=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #749DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DE3 is #8B621C. Grayscale: #989898. Windows color (decimal): -9134621 or 14916980. OLE color: 14916980.

HSL color Cylindrical-coordinate representation of color #749DE3: hue angle of 217.84º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #749DE3 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116157227-
CMYK0.490.3100.11
HSL217.84º66.47%67.25%-
HSV(B)217.84º48.9%89.02%-
XYZ33.1233.3777.37-
YUV152.72169.92101.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.2%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 227 (89.06% from 255) = 45.4%
R=23.2%
G=31.4%
B=45.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161572270.490.3100.11217.8466.4767.25
Hex749DE3311F0Bda4243
Octal1642353436137013332102103
Binary1110100100111011110001111000111111010111101101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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