Html Css Color HEX #78A9E0 Jordy Blue

📋 copy color: '#78A9E0'

red 120 ◦ green 169 ◦ blue 224

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

Shades of Jordy Blue #78A9E0

Tints of Jordy Blue #78A9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.94%

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 23.39%
G = 32.94%
B = 43.66%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78A9E0 (or 0x78A9E0) is known color: Jordy Blue. HEX triplet: 78, A9 and E0. RGB value is (120,169,224). Sum of RGB (Red+Green+Blue) = 120+169+224=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #78A9E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A9E0 is #87561F. Grayscale: #A0A0A0. Windows color (decimal): -8869408 or 14723448. OLE color: 14723448.

HSL color Cylindrical-coordinate representation of color #78A9E0: hue angle of 211.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78A9E0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 169 224 -
CMYK 0.46 0.25 0 0.12
HSL 211.73º 0.63% 0.67% -
HSV(B) 211.73º 0.46% 0.88% -
XYZ 35.39 37.75 75.94 -
YUV 160.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 120 169 224 0.46 0.25 0 0.12 211.73 0.63 0.67
Hex 78 A9 E0 2E 19 0 C D4 3F 43
Octal 170 251 340 56 31 0 14 324 77 103
Binary 1111000 10101001 11100000 101110 11001 0 1100 11010100 111111 1000011

Color Harmonies of #78A9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A9E0

Black with #78A9E0

Text Example


Text Example

White with #78A9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,169,224); }

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

background-color css

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

 a { background-color: rgb(120,169,224); }

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

border-color css

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

 span { border-color: rgb(120,169,224); }

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