Html Css Color HEX #73A0DB Jordy Blue

📋 copy color: '#73A0DB'

red 115 ◦ green 160 ◦ blue 219

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

Shades of Jordy Blue #73A0DB

Tints of Jordy Blue #73A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.39%

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

R = 23.28%
G = 32.39%
B = 44.33%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73A0DB (or 0x73A0DB) is known color: Jordy Blue. HEX triplet: 73, A0 and DB. RGB value is (115,160,219). Sum of RGB (Red+Green+Blue) = 115+160+219=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #73A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0DB is #8C5F24. Grayscale: #989898. Windows color (decimal): -9199397 or 14393459. OLE color: 14393459.

HSL color Cylindrical-coordinate representation of color #73A0DB: hue angle of 214.04º 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 #73A0DB is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 160 219 -
CMYK 0.47 0.27 0 0.14
HSL 214.04º 0.59% 0.65% -
HSV(B) 214.04º 0.47% 0.86% -
XYZ 32.43 33.9 71.85 -
YUV 153.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 115 160 219 0.47 0.27 0 0.14 214.04 0.59 0.65
Hex 73 A0 DB 2F 1B 0 E D6 3B 41
Octal 163 240 333 57 33 0 16 326 73 101
Binary 1110011 10100000 11011011 101111 11011 0 1110 11010110 111011 1000001

Color Harmonies of #73A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A0DB

Black with #73A0DB

Text Example


Text Example

White with #73A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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