Html Css Color HEX #78AFEA Jordy Blue

📋 copy color: '#78AFEA'

red 120 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #78AFEA

Tints of Jordy Blue #78AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 22.68%
G = 33.08%
B = 44.23%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78AFEA (or 0x78AFEA) is known color: Jordy Blue. HEX triplet: 78, AF and EA. RGB value is (120,175,234). Sum of RGB (Red+Green+Blue) = 120+175+234=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #78AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AFEA is #875015. Grayscale: #A4A4A4. Windows color (decimal): -8867862 or 15380344. OLE color: 15380344.

HSL color Cylindrical-coordinate representation of color #78AFEA: hue angle of 211.05º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78AFEA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 175 234 -
CMYK 0.49 0.25 0 0.08
HSL 211.05º 0.73% 0.69% -
HSV(B) 211.05º 0.49% 0.92% -
XYZ 37.93 40.59 83.68 -
YUV 165.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 120 175 234 0.49 0.25 0 0.08 211.05 0.73 0.69
Hex 78 AF EA 31 19 0 8 D3 49 45
Octal 170 257 352 61 31 0 10 323 111 105
Binary 1111000 10101111 11101010 110001 11001 0 1000 11010011 1001001 1000101

Color Harmonies of #78AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFEA

Black with #78AFEA

Text Example


Text Example

White with #78AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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