Html Css Color HEX #78A6F0 Jordy Blue

📋 copy color: '#78A6F0'

red 120 ◦ green 166 ◦ blue 240

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

Shades of Jordy Blue #78A6F0

Tints of Jordy Blue #78A6F0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.56%

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

R = 22.81%
G = 31.56%
B = 45.63%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#78A6F0 (or 0x78A6F0) is known color: Jordy Blue. HEX triplet: 78, A6 and F0. RGB value is (120,166,240). Sum of RGB (Red+Green+Blue) = 120+166+240=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #78A6F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A6F0 is #87590F. Grayscale: #A0A0A0. Windows color (decimal): -8870160 or 15771256. OLE color: 15771256.

HSL color Cylindrical-coordinate representation of color #78A6F0: hue angle of 217º 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 #78A6F0 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 166 240 -
CMYK 0.5 0.31 0 0.06
HSL 217º 0.8% 0.71% -
HSV(B) 217º 0.5% 0.94% -
XYZ 37.11 37.56 87.73 -
YUV 160.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 120 166 240 0.5 0.31 0 0.06 217 0.8 0.71
Hex 78 A6 F0 32 1F 0 6 D9 50 47
Octal 170 246 360 62 37 0 6 331 120 107
Binary 1111000 10100110 11110000 110010 11111 0 110 11011001 1010000 1000111

Color Harmonies of #78A6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A6F0

Black with #78A6F0

Text Example


Text Example

White with #78A6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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