Html Css Color HEX #78A8D0 Jordy Blue

📋 copy color: '#78A8D0'

red 120 ◦ green 168 ◦ blue 208

#78A8D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #78A8D0

Tints of Jordy Blue #78A8D0

RGB

 RED value IS 120 (47.27% from 255) = 24.19%

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 24.19%
G = 33.87%
B = 41.94%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#78A8D0 (or 0x78A8D0) is known color: Jordy Blue. HEX triplet: 78, A8 and D0. RGB value is (120,168,208). Sum of RGB (Red+Green+Blue) = 120+168+208=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #78A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8D0 is #87572F. Grayscale: #9E9E9E. Windows color (decimal): -8869680 or 13674616. OLE color: 13674616.

HSL color Cylindrical-coordinate representation of color #78A8D0: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A8D0 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 168 208 -
CMYK 0.42 0.19 0 0.18
HSL 207.27º 0.48% 0.64% -
HSV(B) 207.27º 0.42% 0.82% -
XYZ 33.13 36.55 64.98 -
YUV 158.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 120 168 208 0.42 0.19 0 0.18 207.27 0.48 0.64
Hex 78 A8 D0 2A 13 0 12 CF 30 40
Octal 170 250 320 52 23 0 22 317 60 100
Binary 1111000 10101000 11010000 101010 10011 0 10010 11001111 110000 1000000

Color Harmonies of #78A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8D0

Black with #78A8D0

Text Example


Text Example

White with #78A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,168,208); }

 H1.HeaderClassName
 {
   color: #78A8D0;
 }
 .AnyTagClassName
 {
   color: #78A8D0;
 }
</style>

background-color css

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

 a { background-color: rgb(120,168,208); }

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

border-color css

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

 span { border-color: rgb(120,168,208); }

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