#78A4DF

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

Shades of Jordy Blue #78A4DF

Tints of Jordy Blue #78A4DF

Color information

#78A4DF (or 0x78A4DF) is unknown color: approx Jordy Blue. HEX triplet: 78, A4 and DF. RGB value is (120,164,223). Sum of RGB (Red+Green+Blue) = 120+164+223=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #78A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4DF is #875B20. Grayscale: #9D9D9D. Windows color (decimal): -8870689 or 14656632. OLE color: 14656632.

HSL color Cylindrical-coordinate representation of color #78A4DF: hue angle of 214.37º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78A4DF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120164223-
CMYK0.460.2600.13
HSL214.37º61.68%67.25%-
HSV(B)214.37º46.19%87.45%-
XYZ34.3435.8774.93-
YUV157.57164.92101.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=23.67%
G=32.35%
B=43.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201642230.460.2600.13214.3761.6867.25
Hex78A4DF2E1A0Dd63e43
Octal170244337563201532676103
Binary111100010100100110111111011101101001101110101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A4DF; }

 p { color: rgb(120,164,223); }

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

<style>
 a { background-color: #78A4DF; }

 a { background-color: rgb(120,164,223); }

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

<style>
 span { border-color: #78A4DF; }

 span { border-color: rgb(120,164,223); }

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