Html Css Color HEX #78AFE8 Jordy Blue

📋 copy color: '#78AFE8'

red 120 ◦ green 175 ◦ blue 232

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

Shades of Jordy Blue #78AFE8

Tints of Jordy Blue #78AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.02%

R = 22.77%
G = 33.21%
B = 44.02%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#78AFE8 (or 0x78AFE8) is known color: Jordy Blue. HEX triplet: 78, AF and E8. RGB value is (120,175,232). Sum of RGB (Red+Green+Blue) = 120+175+232=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #78AFE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AFE8 is #875017. Grayscale: #A4A4A4. Windows color (decimal): -8867864 or 15249272. OLE color: 15249272.

HSL color Cylindrical-coordinate representation of color #78AFE8: hue angle of 210.54º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78AFE8 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 175 232 -
CMYK 0.48 0.25 0 0.09
HSL 210.54º 0.71% 0.69% -
HSV(B) 210.54º 0.48% 0.91% -
XYZ 37.64 40.48 82.17 -
YUV 165.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 120 175 232 0.48 0.25 0 0.09 210.54 0.71 0.69
Hex 78 AF E8 30 19 0 9 D3 47 45
Octal 170 257 350 60 31 0 11 323 107 105
Binary 1111000 10101111 11101000 110000 11001 0 1001 11010011 1000111 1000101

Color Harmonies of #78AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFE8

Black with #78AFE8

Text Example


Text Example

White with #78AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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