Html Css Color HEX #73A8DD Jordy Blue

📋 copy color: '#73A8DD'

red 115 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #73A8DD

Tints of Jordy Blue #73A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 22.82%
G = 33.33%
B = 43.85%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73A8DD (or 0x73A8DD) is known color: Jordy Blue. HEX triplet: 73, A8 and DD. RGB value is (115,168,221). Sum of RGB (Red+Green+Blue) = 115+168+221=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #73A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8DD is #8C5722. Grayscale: #9D9D9D. Windows color (decimal): -9197347 or 14526579. OLE color: 14526579.

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

Color convert

RGB 115 168 221 -
CMYK 0.48 0.24 0 0.13
HSL 210º 0.61% 0.66% -
HSV(B) 210º 0.48% 0.87% -
XYZ 34.12 36.87 73.72 -
YUV 158.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 115 168 221 0.48 0.24 0 0.13 210 0.61 0.66
Hex 73 A8 DD 30 18 0 D D2 3D 42
Octal 163 250 335 60 30 0 15 322 75 102
Binary 1110011 10101000 11011101 110000 11000 0 1101 11010010 111101 1000010

Color Harmonies of #73A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8DD

Black with #73A8DD

Text Example


Text Example

White with #73A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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