Html Css Color HEX #78AFE5 Jordy Blue

📋 copy color: '#78AFE5'

red 120 ◦ green 175 ◦ blue 229

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

Shades of Jordy Blue #78AFE5

Tints of Jordy Blue #78AFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 22.9%
G = 33.4%
B = 43.7%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78AFE5 (or 0x78AFE5) is known color: Jordy Blue. HEX triplet: 78, AF and E5. RGB value is (120,175,229). Sum of RGB (Red+Green+Blue) = 120+175+229=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #78AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFE5 is #87501A. Grayscale: #A4A4A4. Windows color (decimal): -8867867 or 15052664. OLE color: 15052664.

HSL color Cylindrical-coordinate representation of color #78AFE5: hue angle of 209.72º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78AFE5 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 175 229 -
CMYK 0.48 0.24 0 0.10
HSL 209.72º 0.68% 0.68% -
HSV(B) 209.72º 0.48% 0.9% -
XYZ 37.22 40.31 79.95 -
YUV 164.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 120 175 229 0.48 0.24 0 0.10 209.72 0.68 0.68
Hex 78 AF E5 30 18 0 A D2 44 44
Octal 170 257 345 60 30 0 12 322 104 104
Binary 1111000 10101111 11100101 110000 11000 0 1010 11010010 1000100 1000100

Color Harmonies of #78AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFE5

Black with #78AFE5

Text Example


Text Example

White with #78AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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