Html Css Color HEX #73A8DC Jordy Blue

📋 copy color: '#73A8DC'

red 115 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #73A8DC

Tints of Jordy Blue #73A8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 22.86%
G = 33.4%
B = 43.74%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73A8DC (or 0x73A8DC) is known color: Jordy Blue. HEX triplet: 73, A8 and DC. RGB value is (115,168,220). Sum of RGB (Red+Green+Blue) = 115+168+220=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #73A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8DC is #8C5723. Grayscale: #9D9D9D. Windows color (decimal): -9197348 or 14461043. OLE color: 14461043.

HSL color Cylindrical-coordinate representation of color #73A8DC: hue angle of 209.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73A8DC is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 168 220 -
CMYK 0.48 0.24 0 0.14
HSL 209.71º 0.6% 0.66% -
HSV(B) 209.71º 0.48% 0.86% -
XYZ 33.99 36.82 73.03 -
YUV 158.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 115 168 220 0.48 0.24 0 0.14 209.71 0.6 0.66
Hex 73 A8 DC 30 18 0 E D2 3C 42
Octal 163 250 334 60 30 0 16 322 74 102
Binary 1110011 10101000 11011100 110000 11000 0 1110 11010010 111100 1000010

Color Harmonies of #73A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8DC

Black with #73A8DC

Text Example


Text Example

White with #73A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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