Html Css Color HEX #78AFE1 Jordy Blue

📋 copy color: '#78AFE1'

red 120 ◦ green 175 ◦ blue 225

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

Shades of Jordy Blue #78AFE1

Tints of Jordy Blue #78AFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 23.08%
G = 33.65%
B = 43.27%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78AFE1 (or 0x78AFE1) is known color: Jordy Blue. HEX triplet: 78, AF and E1. RGB value is (120,175,225). Sum of RGB (Red+Green+Blue) = 120+175+225=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #78AFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFE1 is #87501E. Grayscale: #A4A4A4. Windows color (decimal): -8867871 or 14790520. OLE color: 14790520.

HSL color Cylindrical-coordinate representation of color #78AFE1: hue angle of 208.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78AFE1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 175 225 -
CMYK 0.47 0.22 0 0.12
HSL 208.57º 0.64% 0.68% -
HSV(B) 208.57º 0.47% 0.88% -
XYZ 36.67 40.09 77.04 -
YUV 164.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 120 175 225 0.47 0.22 0 0.12 208.57 0.64 0.68
Hex 78 AF E1 2F 16 0 C D1 40 44
Octal 170 257 341 57 26 0 14 321 100 104
Binary 1111000 10101111 11100001 101111 10110 0 1100 11010001 1000000 1000100

Color Harmonies of #78AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFE1

Black with #78AFE1

Text Example


Text Example

White with #78AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,175,225); }

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

background-color css

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

 a { background-color: rgb(120,175,225); }

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

border-color css

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

 span { border-color: rgb(120,175,225); }

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