#78A5E4

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

Shades of Jordy Blue #78A5E4

Tints of Jordy Blue #78A5E4

Color information

#78A5E4 (or 0x78A5E4) is unknown color: approx Jordy Blue. HEX triplet: 78, A5 and E4. RGB value is (120,165,228). Sum of RGB (Red+Green+Blue) = 120+165+228=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #78A5E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5E4 is #875A1B. Grayscale: #9E9E9E. Windows color (decimal): -8870428 or 14984568. OLE color: 14984568.

HSL color Cylindrical-coordinate representation of color #78A5E4: hue angle of 215º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78A5E4 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120165228-
CMYK0.470.2800.11
HSL215º66.67%68.24%-
HSV(B)215º47.37%89.41%-
XYZ35.236.578.59-
YUV158.73167.09100.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.39%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=23.39%
G=32.16%
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.11
SystemRedGreenBlueCMYKHSL
Decimal1201652280.470.2800.1121566.6768.24
Hex78A5E42F1C0Bd74344
Octal1702453445734013327103104
Binary1111000101001011110010010111111100010111101011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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