Html Css Color HEX #78AFDB Jordy Blue

📋 copy color: '#78AFDB'

red 120 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #78AFDB

Tints of Jordy Blue #78AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 23.35%
G = 34.05%
B = 42.61%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78AFDB (or 0x78AFDB) is known color: Jordy Blue. HEX triplet: 78, AF and DB. RGB value is (120,175,219). Sum of RGB (Red+Green+Blue) = 120+175+219=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #78AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFDB is #875024. Grayscale: #A3A3A3. Windows color (decimal): -8867877 or 14397304. OLE color: 14397304.

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

Color convert

RGB 120 175 219 -
CMYK 0.45 0.20 0 0.14
HSL 206.67º 0.58% 0.66% -
HSV(B) 206.67º 0.45% 0.86% -
XYZ 35.86 39.77 72.8 -
YUV 163.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 120 175 219 0.45 0.20 0 0.14 206.67 0.58 0.66
Hex 78 AF DB 2D 14 0 E CF 3A 42
Octal 170 257 333 55 24 0 16 317 72 102
Binary 1111000 10101111 11011011 101101 10100 0 1110 11001111 111010 1000010

Color Harmonies of #78AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFDB

Black with #78AFDB

Text Example


Text Example

White with #78AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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