#74A0CF

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

Shades of Jordy Blue #74A0CF

Tints of Jordy Blue #74A0CF

Color information

#74A0CF (or 0x74A0CF) is unknown color: approx Jordy Blue. HEX triplet: 74, A0 and CF. RGB value is (116,160,207). Sum of RGB (Red+Green+Blue) = 116+160+207=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #74A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A0CF is #8B5F30. Grayscale: #979797. Windows color (decimal): -9133873 or 13607028. OLE color: 13607028.

HSL color Cylindrical-coordinate representation of color #74A0CF: hue angle of 210.99º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74A0CF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116160207-
CMYK0.440.2300.19
HSL210.99º48.66%63.33%-
HSV(B)210.99º43.96%81.18%-
XYZ31.0433.3663.83-
YUV152.2158.92102.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.02%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=24.02%
G=33.13%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161602070.440.2300.19210.9948.6663.33
Hex74A0CF2C17013d3313f
Octal16424031754270233236177
Binary111010010100000110011111011001011101001111010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A0CF; }

 p { color: rgb(116,160,207); }

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

<style>
 a { background-color: #74A0CF; }

 a { background-color: rgb(116,160,207); }

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

<style>
 span { border-color: #74A0CF; }

 span { border-color: rgb(116,160,207); }

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