Html Css Color HEX #73AFDF Jordy Blue

📋 copy color: '#73AFDF'

red 115 ◦ green 175 ◦ blue 223

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

Shades of Jordy Blue #73AFDF

Tints of Jordy Blue #73AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 22.42%
G = 34.11%
B = 43.47%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73AFDF (or 0x73AFDF) is known color: Jordy Blue. HEX triplet: 73, AF and DF. RGB value is (115,175,223). Sum of RGB (Red+Green+Blue) = 115+175+223=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #73AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFDF is #8C5020. Grayscale: #A2A2A2. Windows color (decimal): -9195553 or 14659443. OLE color: 14659443.

HSL color Cylindrical-coordinate representation of color #73AFDF: hue angle of 206.67º degrees, saturation: 0.63, 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 #73AFDF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 175 223 -
CMYK 0.48 0.22 0 0.13
HSL 206.67º 0.63% 0.66% -
HSV(B) 206.67º 0.48% 0.87% -
XYZ 35.72 39.63 75.58 -
YUV 162.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 115 175 223 0.48 0.22 0 0.13 206.67 0.63 0.66
Hex 73 AF DF 30 16 0 D CF 3F 42
Octal 163 257 337 60 26 0 15 317 77 102
Binary 1110011 10101111 11011111 110000 10110 0 1101 11001111 111111 1000010

Color Harmonies of #73AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFDF

Black with #73AFDF

Text Example


Text Example

White with #73AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,223); }

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

background-color css

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

 a { background-color: rgb(115,175,223); }

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

border-color css

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

 span { border-color: rgb(115,175,223); }

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