Html Css Color HEX #73AFDC Jordy Blue

📋 copy color: '#73AFDC'

red 115 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #73AFDC

Tints of Jordy Blue #73AFDC

RGB

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

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

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

R = 22.55%
G = 34.31%
B = 43.14%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73AFDC (or 0x73AFDC) is known color: Jordy Blue. HEX triplet: 73, AF and DC. RGB value is (115,175,220). Sum of RGB (Red+Green+Blue) = 115+175+220=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #73AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFDC is #8C5023. Grayscale: #A1A1A1. Windows color (decimal): -9195556 or 14462835. OLE color: 14462835.

HSL color Cylindrical-coordinate representation of color #73AFDC: hue angle of 205.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 #73AFDC is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 175 220 -
CMYK 0.48 0.20 0 0.14
HSL 205.71º 0.6% 0.66% -
HSV(B) 205.71º 0.48% 0.86% -
XYZ 35.32 39.47 73.47 -
YUV 162.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 115 175 220 0.48 0.20 0 0.14 205.71 0.6 0.66
Hex 73 AF DC 30 14 0 E CE 3C 42
Octal 163 257 334 60 24 0 16 316 74 102
Binary 1110011 10101111 11011100 110000 10100 0 1110 11001110 111100 1000010

Color Harmonies of #73AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFDC

Black with #73AFDC

Text Example


Text Example

White with #73AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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