#78A5DC

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

Shades of Jordy Blue #78A5DC

Tints of Jordy Blue #78A5DC

Color information

#78A5DC (or 0x78A5DC) is unknown color: approx Jordy Blue. HEX triplet: 78, A5 and DC. RGB value is (120,165,220). Sum of RGB (Red+Green+Blue) = 120+165+220=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #78A5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5DC is #875A23. Grayscale: #9D9D9D. Windows color (decimal): -8870436 or 14460280. OLE color: 14460280.

HSL color Cylindrical-coordinate representation of color #78A5DC: hue angle of 213º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78A5DC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120165220-
CMYK0.450.2500.14
HSL213º58.82%66.67%-
HSV(B)213º45.45%86.27%-
XYZ34.1236.0772.87-
YUV157.82163.09101.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.76%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=23.76%
G=32.67%
B=43.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201652200.450.2500.1421358.8266.67
Hex78A5DC2D190Ed53b43
Octal170245334553101632573103
Binary111100010100101110111001011011100101110110101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,220); }

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

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

 a { background-color: rgb(120,165,220); }

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

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

 span { border-color: rgb(120,165,220); }

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