#749CDF

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

Shades of Jordy Blue #749CDF

Tints of Jordy Blue #749CDF

Color information

#749CDF (or 0x749CDF) is unknown color: approx Jordy Blue. HEX triplet: 74, 9C and DF. RGB value is (116,156,223). Sum of RGB (Red+Green+Blue) = 116+156+223=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #749CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CDF is #8B6320. Grayscale: #979797. Windows color (decimal): -9134881 or 14654580. OLE color: 14654580.

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

Color convert

RGB116156223-
CMYK0.480.3000.13
HSL217.57º62.57%66.47%-
HSV(B)217.57º47.98%87.45%-
XYZ32.4132.8274.44-
YUV151.68168.25102.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=23.43%
G=31.52%
B=45.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161562230.480.3000.13217.5762.5766.47
Hex749CDF301E0Dda3f42
Octal164234337603601533277102
Binary111010010011100110111111100001111001101110110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,223); }

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

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

 a { background-color: rgb(116,156,223); }

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

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

 span { border-color: rgb(116,156,223); }

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