Html Css Color HEX #78AFDA Jordy Blue

📋 copy color: '#78AFDA'

red 120 ◦ green 175 ◦ blue 218

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

Shades of Jordy Blue #78AFDA

Tints of Jordy Blue #78AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 23.39%
G = 34.11%
B = 42.5%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78AFDA (or 0x78AFDA) is known color: Jordy Blue. HEX triplet: 78, AF and DA. RGB value is (120,175,218). Sum of RGB (Red+Green+Blue) = 120+175+218=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #78AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFDA is #875025. Grayscale: #A3A3A3. Windows color (decimal): -8867878 or 14331768. OLE color: 14331768.

HSL color Cylindrical-coordinate representation of color #78AFDA: hue angle of 206.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AFDA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 175 218 -
CMYK 0.45 0.20 0 0.15
HSL 206.33º 0.57% 0.66% -
HSV(B) 206.33º 0.45% 0.85% -
XYZ 35.73 39.71 72.11 -
YUV 163.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 120 175 218 0.45 0.20 0 0.15 206.33 0.57 0.66
Hex 78 AF DA 2D 14 0 F CE 39 42
Octal 170 257 332 55 24 0 17 316 71 102
Binary 1111000 10101111 11011010 101101 10100 0 1111 11001110 111001 1000010

Color Harmonies of #78AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFDA

Black with #78AFDA

Text Example


Text Example

White with #78AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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