Html Css Color HEX #73A8D0 Jordy Blue

📋 copy color: '#73A8D0'

red 115 ◦ green 168 ◦ blue 208

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

Shades of Jordy Blue #73A8D0

Tints of Jordy Blue #73A8D0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 23.42%
G = 34.22%
B = 42.36%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73A8D0 (or 0x73A8D0) is known color: Jordy Blue. HEX triplet: 73, A8 and D0. RGB value is (115,168,208). Sum of RGB (Red+Green+Blue) = 115+168+208=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #73A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8D0 is #8C572F. Grayscale: #9C9C9C. Windows color (decimal): -9197360 or 13674611. OLE color: 13674611.

HSL color Cylindrical-coordinate representation of color #73A8D0: hue angle of 205.81º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A8D0 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 168 208 -
CMYK 0.45 0.19 0 0.18
HSL 205.81º 0.5% 0.63% -
HSV(B) 205.81º 0.45% 0.82% -
XYZ 32.46 36.2 64.95 -
YUV 156.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 115 168 208 0.45 0.19 0 0.18 205.81 0.5 0.63
Hex 73 A8 D0 2D 13 0 12 CE 32 3F
Octal 163 250 320 55 23 0 22 316 62 77
Binary 1110011 10101000 11010000 101101 10011 0 10010 11001110 110010 111111

Color Harmonies of #73A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8D0

Black with #73A8D0

Text Example


Text Example

White with #73A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,168,208); }

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

background-color css

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

 a { background-color: rgb(115,168,208); }

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

border-color css

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

 span { border-color: rgb(115,168,208); }

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