#739CE1

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

Shades of Jordy Blue #739CE1

Tints of Jordy Blue #739CE1

Color information

#739CE1 (or 0x739CE1) is unknown color: approx Jordy Blue. HEX triplet: 73, 9C and E1. RGB value is (115,156,225). Sum of RGB (Red+Green+Blue) = 115+156+225=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #739CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CE1 is #8C631E. Grayscale: #979797. Windows color (decimal): -9200415 or 14785651. OLE color: 14785651.

HSL color Cylindrical-coordinate representation of color #739CE1: hue angle of 217.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #739CE1 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB115156225-
CMYK0.490.3100.12
HSL217.64º64.71%66.67%-
HSV(B)217.64º48.89%88.24%-
XYZ32.5532.8675.86-
YUV151.61169.42101.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 225 (88.28% from 255) = 45.36%
R=23.19%
G=31.45%
B=45.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1151562250.490.3100.12217.6464.7166.67
Hex739CE1311F0Cda4143
Octal1632343416137014332101103
Binary1110011100111001110000111000111111011001101101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739CE1; }

 p { color: rgb(115,156,225); }

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

<style>
 a { background-color: #739CE1; }

 a { background-color: rgb(115,156,225); }

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

<style>
 span { border-color: #739CE1; }

 span { border-color: rgb(115,156,225); }

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