#749EDD

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

Shades of Jordy Blue #749EDD

Tints of Jordy Blue #749EDD

Color information

#749EDD (or 0x749EDD) is unknown color: approx Jordy Blue. HEX triplet: 74, 9E and DD. RGB value is (116,158,221). Sum of RGB (Red+Green+Blue) = 116+158+221=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #749EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EDD is #8B6122. Grayscale: #989898. Windows color (decimal): -9134371 or 14524020. OLE color: 14524020.

HSL color Cylindrical-coordinate representation of color #749EDD: hue angle of 216º degrees, saturation: 0.61, 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 #749EDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116158221-
CMYK0.480.2900.13
HSL216º60.69%66.08%-
HSV(B)216º47.51%86.67%-
XYZ32.4833.3973.14-
YUV152.62166.59101.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=23.43%
G=31.92%
B=44.65%

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
Decimal1161582210.480.2900.1321660.6966.08
Hex749EDD301D0Dd83d42
Octal164236335603501533075102
Binary111010010011110110111011100001110101101110110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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