Html Css Color HEX #78A3D1 Jordy Blue

📋 copy color: '#78A3D1'

red 120 ◦ green 163 ◦ blue 209

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

Shades of Jordy Blue #78A3D1

Tints of Jordy Blue #78A3D1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.13%

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 24.39%
G = 33.13%
B = 42.48%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#78A3D1 (or 0x78A3D1) is known color: Jordy Blue. HEX triplet: 78, A3 and D1. RGB value is (120,163,209). Sum of RGB (Red+Green+Blue) = 120+163+209=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #78A3D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3D1 is #875C2E. Grayscale: #9B9B9B. Windows color (decimal): -8870959 or 13738872. OLE color: 13738872.

HSL color Cylindrical-coordinate representation of color #78A3D1: hue angle of 211.01º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78A3D1 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 163 209 -
CMYK 0.43 0.22 0 0.18
HSL 211.01º 0.49% 0.65% -
HSV(B) 211.01º 0.43% 0.82% -
XYZ 32.35 34.79 65.33 -
YUV 155.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 120 163 209 0.43 0.22 0 0.18 211.01 0.49 0.65
Hex 78 A3 D1 2B 16 0 12 D3 31 41
Octal 170 243 321 53 26 0 22 323 61 101
Binary 1111000 10100011 11010001 101011 10110 0 10010 11010011 110001 1000001

Color Harmonies of #78A3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A3D1

Black with #78A3D1

Text Example


Text Example

White with #78A3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,163,209); }

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

background-color css

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

 a { background-color: rgb(120,163,209); }

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

border-color css

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

 span { border-color: rgb(120,163,209); }

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