Html Css Color HEX #78A3DD Jordy Blue

📋 copy color: '#78A3DD'

red 120 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #78A3DD

Tints of Jordy Blue #78A3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 23.81%
G = 32.34%
B = 43.85%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78A3DD (or 0x78A3DD) is known color: Jordy Blue. HEX triplet: 78, A3 and DD. RGB value is (120,163,221). Sum of RGB (Red+Green+Blue) = 120+163+221=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #78A3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3DD is #875C22. Grayscale: #9C9C9C. Windows color (decimal): -8870947 or 14525304. OLE color: 14525304.

HSL color Cylindrical-coordinate representation of color #78A3DD: hue angle of 214.46º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78A3DD is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 163 221 -
CMYK 0.46 0.26 0 0.13
HSL 214.46º 0.6% 0.67% -
HSV(B) 214.46º 0.46% 0.87% -
XYZ 33.89 35.41 73.45 -
YUV 156.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 120 163 221 0.46 0.26 0 0.13 214.46 0.6 0.67
Hex 78 A3 DD 2E 1A 0 D D6 3C 43
Octal 170 243 335 56 32 0 15 326 74 103
Binary 1111000 10100011 11011101 101110 11010 0 1101 11010110 111100 1000011

Color Harmonies of #78A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A3DD

Black with #78A3DD

Text Example


Text Example

White with #78A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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