#749FDC

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

Shades of Jordy Blue #749FDC

Tints of Jordy Blue #749FDC

Color information

#749FDC (or 0x749FDC) is unknown color: approx Jordy Blue. HEX triplet: 74, 9F and DC. RGB value is (116,159,220). Sum of RGB (Red+Green+Blue) = 116+159+220=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #749FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FDC is #8B6023. Grayscale: #989898. Windows color (decimal): -9134116 or 14458740. OLE color: 14458740.

HSL color Cylindrical-coordinate representation of color #749FDC: hue angle of 215.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749FDC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116159220-
CMYK0.470.2800.14
HSL215.19º59.77%65.88%-
HSV(B)215.19º47.27%86.27%-
XYZ32.5233.6872.5-
YUV153.1165.75101.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=23.43%
G=32.12%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161592200.470.2800.14215.1959.7765.88
Hex749FDC2F1C0Ed73c42
Octal164237334573401632774102
Binary111010010011111110111001011111110001110110101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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