Html Css Color HEX #73A5CE Jordy Blue

📋 copy color: '#73A5CE'

red 115 ◦ green 165 ◦ blue 206

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

Shades of Jordy Blue #73A5CE

Tints of Jordy Blue #73A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 23.66%
G = 33.95%
B = 42.39%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#73A5CE (or 0x73A5CE) is known color: Jordy Blue. HEX triplet: 73, A5 and CE. RGB value is (115,165,206). Sum of RGB (Red+Green+Blue) = 115+165+206=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #73A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5CE is #8C5A31. Grayscale: #9A9A9A. Windows color (decimal): -9198130 or 13542771. OLE color: 13542771.

HSL color Cylindrical-coordinate representation of color #73A5CE: hue angle of 207.03º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A5CE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 165 206 -
CMYK 0.44 0.20 0 0.19
HSL 207.03º 0.48% 0.63% -
HSV(B) 207.03º 0.44% 0.81% -
XYZ 31.67 35.01 63.48 -
YUV 154.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 115 165 206 0.44 0.20 0 0.19 207.03 0.48 0.63
Hex 73 A5 CE 2C 14 0 13 CF 30 3F
Octal 163 245 316 54 24 0 23 317 60 77
Binary 1110011 10100101 11001110 101100 10100 0 10011 11001111 110000 111111

Color Harmonies of #73A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A5CE

Black with #73A5CE

Text Example


Text Example

White with #73A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,165,206); }

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

background-color css

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

 a { background-color: rgb(115,165,206); }

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

border-color css

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

 span { border-color: rgb(115,165,206); }

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