Html Css Color HEX #78AAF2 Jordy Blue

📋 copy color: '#78AAF2'

red 120 ◦ green 170 ◦ blue 242

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

Shades of Jordy Blue #78AAF2

Tints of Jordy Blue #78AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 22.56%
G = 31.95%
B = 45.49%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78AAF2 (or 0x78AAF2) is known color: Jordy Blue. HEX triplet: 78, AA and F2. RGB value is (120,170,242). Sum of RGB (Red+Green+Blue) = 120+170+242=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #78AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AAF2 is #87550D. Grayscale: #A2A2A2. Windows color (decimal): -8869134 or 15903352. OLE color: 15903352.

HSL color Cylindrical-coordinate representation of color #78AAF2: hue angle of 215.41º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78AAF2 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 170 242 -
CMYK 0.50 0.30 0 0.05
HSL 215.41º 0.82% 0.71% -
HSV(B) 215.41º 0.5% 0.95% -
XYZ 38.15 39.15 89.55 -
YUV 163.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 120 170 242 0.50 0.30 0 0.05 215.41 0.82 0.71
Hex 78 AA F2 32 1E 0 5 D7 52 47
Octal 170 252 362 62 36 0 5 327 122 107
Binary 1111000 10101010 11110010 110010 11110 0 101 11010111 1010010 1000111

Color Harmonies of #78AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAF2

Black with #78AAF2

Text Example


Text Example

White with #78AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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