Html Css Color HEX #78AAF0 Jordy Blue

📋 copy color: '#78AAF0'

red 120 ◦ green 170 ◦ blue 240

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

Shades of Jordy Blue #78AAF0

Tints of Jordy Blue #78AAF0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 240 (94.14% from 255) = 45.28%

R = 22.64%
G = 32.08%
B = 45.28%

CMYK

 C value IS 0.5

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#78AAF0 (or 0x78AAF0) is known color: Jordy Blue. HEX triplet: 78, AA and F0. RGB value is (120,170,240). Sum of RGB (Red+Green+Blue) = 120+170+240=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #78AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AAF0 is #87550F. Grayscale: #A2A2A2. Windows color (decimal): -8869136 or 15772280. OLE color: 15772280.

HSL color Cylindrical-coordinate representation of color #78AAF0: hue angle of 215º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78AAF0 is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 170 240 -
CMYK 0.5 0.29 0 0.06
HSL 215º 0.8% 0.71% -
HSV(B) 215º 0.5% 0.94% -
XYZ 37.85 39.03 87.98 -
YUV 163.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 120 170 240 0.5 0.29 0 0.06 215 0.8 0.71
Hex 78 AA F0 32 1D 0 6 D7 50 47
Octal 170 252 360 62 35 0 6 327 120 107
Binary 1111000 10101010 11110000 110010 11101 0 110 11010111 1010000 1000111

Color Harmonies of #78AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAF0

Black with #78AAF0

Text Example


Text Example

White with #78AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,170,240); }

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

background-color css

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

 a { background-color: rgb(120,170,240); }

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

border-color css

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

 span { border-color: rgb(120,170,240); }

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