Html Css Color HEX #78A6DA Jordy Blue

📋 copy color: '#78A6DA'

red 120 ◦ green 166 ◦ blue 218

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

Shades of Jordy Blue #78A6DA

Tints of Jordy Blue #78A6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 23.81%
G = 32.94%
B = 43.25%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78A6DA (or 0x78A6DA) is known color: Jordy Blue. HEX triplet: 78, A6 and DA. RGB value is (120,166,218). Sum of RGB (Red+Green+Blue) = 120+166+218=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #78A6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6DA is #875925. Grayscale: #9D9D9D. Windows color (decimal): -8870182 or 14329464. OLE color: 14329464.

HSL color Cylindrical-coordinate representation of color #78A6DA: hue angle of 211.84º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78A6DA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 166 218 -
CMYK 0.45 0.24 0 0.15
HSL 211.84º 0.57% 0.66% -
HSV(B) 211.84º 0.45% 0.85% -
XYZ 34.04 36.33 71.55 -
YUV 158.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 120 166 218 0.45 0.24 0 0.15 211.84 0.57 0.66
Hex 78 A6 DA 2D 18 0 F D4 39 42
Octal 170 246 332 55 30 0 17 324 71 102
Binary 1111000 10100110 11011010 101101 11000 0 1111 11010100 111001 1000010

Color Harmonies of #78A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A6DA

Black with #78A6DA

Text Example


Text Example

White with #78A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,166,218); }

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

background-color css

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

 a { background-color: rgb(120,166,218); }

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

border-color css

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

 span { border-color: rgb(120,166,218); }

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