Html Css Color HEX #73A4DB Jordy Blue

📋 copy color: '#73A4DB'

red 115 ◦ green 164 ◦ blue 219

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

Shades of Jordy Blue #73A4DB

Tints of Jordy Blue #73A4DB

RGB

 RED value IS 115 (45.31% from 255) = 23.09%

 GREEN value IS 164 (64.45% from 255) = 32.93%

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

R = 23.09%
G = 32.93%
B = 43.98%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73A4DB (or 0x73A4DB) is known color: Jordy Blue. HEX triplet: 73, A4 and DB. RGB value is (115,164,219). Sum of RGB (Red+Green+Blue) = 115+164+219=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #73A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4DB is #8C5B24. Grayscale: #9B9B9B. Windows color (decimal): -9198373 or 14394483. OLE color: 14394483.

HSL color Cylindrical-coordinate representation of color #73A4DB: hue angle of 211.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73A4DB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 164 219 -
CMYK 0.47 0.25 0 0.14
HSL 211.73º 0.59% 0.65% -
HSV(B) 211.73º 0.47% 0.86% -
XYZ 33.13 35.31 72.09 -
YUV 155.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 115 164 219 0.47 0.25 0 0.14 211.73 0.59 0.65
Hex 73 A4 DB 2F 19 0 E D4 3B 41
Octal 163 244 333 57 31 0 16 324 73 101
Binary 1110011 10100100 11011011 101111 11001 0 1110 11010100 111011 1000001

Color Harmonies of #73A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A4DB

Black with #73A4DB

Text Example


Text Example

White with #73A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A4DB; }

 p { color: rgb(115,164,219); }

 H1.HeaderClassName
 {
   color: #73A4DB;
 }
 .AnyTagClassName
 {
   color: #73A4DB;
 }
</style>

background-color css

<style>
 a { background-color: #73A4DB; }

 a { background-color: rgb(115,164,219); }

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

border-color css

<style>
 span { border-color: #73A4DB; }

 span { border-color: rgb(115,164,219); }

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