Html Css Color HEX #73A5CF Jordy Blue

📋 copy color: '#73A5CF'

red 115 ◦ green 165 ◦ blue 207

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

Shades of Jordy Blue #73A5CF

Tints of Jordy Blue #73A5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 23.61%
G = 33.88%
B = 42.51%

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

#73A5CF (or 0x73A5CF) is known color: Jordy Blue. HEX triplet: 73, A5 and CF. RGB value is (115,165,207). Sum of RGB (Red+Green+Blue) = 115+165+207=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #73A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5CF is #8C5A30. Grayscale: #9A9A9A. Windows color (decimal): -9198129 or 13608307. OLE color: 13608307.

HSL color Cylindrical-coordinate representation of color #73A5CF: hue angle of 207.39º degrees, saturation: 0.49, 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 #73A5CF is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 165 207 -
CMYK 0.44 0.20 0 0.19
HSL 207.39º 0.49% 0.63% -
HSV(B) 207.39º 0.44% 0.81% -
XYZ 31.79 35.06 64.12 -
YUV 154.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 115 165 207 0.44 0.20 0 0.19 207.39 0.49 0.63
Hex 73 A5 CF 2C 14 0 13 CF 31 3F
Octal 163 245 317 54 24 0 23 317 61 77
Binary 1110011 10100101 11001111 101100 10100 0 10011 11001111 110001 111111

Color Harmonies of #73A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A5CF

Black with #73A5CF

Text Example


Text Example

White with #73A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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